Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPDFViewerReportLink.PrinterPage Property

Provides access to all page-related print settings.

#Declaration

Delphi
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