TdxPDFViewerReportLink.PrinterPage Property
In This Article
Provides access to all page-related print settings.
#Declaration
Delphi
property PrinterPage: TdxPDFViewerPrinterPage read; write;
#Property Value
Type | Description |
---|---|
Tdx |
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