T O P I C R E V I E W |
tiagosis |
Posted - Feb 21 2022 : 08:16:45 hello, how can i fill color on selected page border when pdfviewer.enable := true?
tiago |
4 L A T E S T R E P L I E S (Newest First) |
tiagosis |
Posted - Feb 23 2022 : 07:56:00 that's exactly what I need, when clicking on a page or selecting a page specifies the border of it, change color to indicate to the user the page he selected.
tiago |
xequte |
Posted - Feb 22 2022 : 19:33:03 Hi Tiago
Can you explain your usage in more detail to help me understand.
This is the 10.3.5 functionality:
Nigel Xequte Software www.imageen.com
|
tiagosis |
Posted - Feb 22 2022 : 07:10:39 thanks for the answer, but that's not what I need, I'll wait for 10.3.5. what i need is to be able to paint the border of the current page in imageenview or to be able to indicate the index of the page to receive the border color
tiago |
xequte |
Posted - Feb 21 2022 : 20:00:29 Hi Tiago
You can set the frame of pages (when all pages are showing) using:
ImageEnView1.PdfViewer.PageFrameColor := clSilver;
In the upcoming 10.3.5 release you can set the frame of the selected page using:
ImageEnView1.PdfViewer.SelPageFrameColor := clRed;
Nigel Xequte Software www.imageen.com
|