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

TdxPDFViewerPrinterPage Class

Stores PDF Document page print settings.

#Declaration

Delphi
TdxPDFViewerPrinterPage = class(
    TdxReportLinkPrinterPage
)

#Remarks

This class extends its ancestor with the PrintAsImage property that you can use to enable the compatibility print mode. Refer to the TdxReportLinkPrinterPage and TdxPrinterPage class descriptions for detailed information on common page print settings.

A PDF Viewer report link‘s PrinterPage property references a TdxPDFViewerPrinterPage object.

See Also