ImageEn, unit iexUserInteractions

TIEPdfViewerInteraction.PrintOptions

TIEPdfViewerInteraction.PrintOptions


Declaration

property PrintOptions: TIEPdfPrintOptions;


Description

Advanced options to configure PDF printing.

Note: Add iexPdfiumCore to your uses for TIEPdfPrintOptions

Default: [ieppAllowPageRange, ieppHideFormHighlighting, ieppFitPageToPrintArea]


Example

// Disable user option to specify page range (i.e. force printing of all pages)
ImageEnView1.PdfViewer.PrintOptions := ImageEnView1.PdfViewer.PrintOptions - [ieppAllowPageRange];
ImageEnView1.PdfViewer.Print( True );


See Also

- Print