ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Set Border Color

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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