ImageEn, unit iexUserInteractions |
|
TIEPdfViewerInteraction.SelPageFrameColor
Declaration
property SelPageFrameColor: TColor;
Description
Specifies the color of the frame around the
active page when the document is displayed in
"All Pages" mode.
Set to clNone to use the same color as
PageFrameColor.
Note:
SelPageFrameColor is only valid when
PageSpacing > 1
Default: clNone (use
PageFrameColor)
Example
// Show current page with red border
ImageEnView1.PdfViewer.SelPageFrameColor := clRed;