ShowPrintDialog(TdxPDFCustomViewer) Method
Invokes the Print dialog.
Declaration
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