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

ShowPrintDialog(TdxPDFCustomViewer) Method

Invokes the Print dialog.

#Declaration

Delphi
procedure ShowPrintDialog(AViewer: TdxPDFCustomViewer);

#Parameters

Name Type
AViewer TdxPDFCustomViewer

#Remarks

Call this global procedure to display the Print dialog for a PDF Viewer instance passed as the AViewer parameter.

Calling the ShowPrintDialog global procedure is equivalent to executing the ShowPrintForm command provided by the PDF Viewer control. If printing is not allowed in the document displayed by the specified PDF Viewer (i.e., its Document.AllowPrinting property returns False), calling this procedure has no effect.

See Also