ImageEn, unit iexUserInteractions |
|
TIEPdfViewer.PrintOptions
Declaration
property PrintOptions: TIEPdfPrintOptions;
Description
Advanced
options to configure
PDF printing.
Note: Add iexPdfiumCore to your uses for
TIEPdfPrintOptionsDefault: [ieppAllowPageRange, ieppHideFormHighlighting, ieppFitPageToPrintArea]
// 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