Skip to main content

TdxPDFViewerReportLink.PrinterPage Property

Provides access to all page-related print settings.

Declaration

property PrinterPage: TdxPDFViewerPrinterPage read; write;

Property Value

Type Description
TdxPDFViewerPrinterPage

Stores page-related print settings of a PDF Viewer report link.

Remarks

Use settings accessible through the PrinterPage property to configure printed page layout and printer-related settings, such as page size, margins, headers, footers, etc.

Available Options

You can set the PrinterPage.PrintAsImage property to True to render all source document pages as bitmaps in the built report. PrinterPage.PageOrder, PrinterPage.PageSize, and PrinterPage.Orientation properties allow you to specify the required page order, size, and orientation.

Refer to the TdxPDFViewerPrinterPage class description for detailed information on all available options.

See Also