Namespace: Spire.PdfViewer.Forms
Assembly: Spire.PdfViewer.Forms (in Spire.PdfViewer.Forms.dll) Version: 6.6.0.0 (6.6.0.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[ObsoleteAttribute("This property may be removed in the future,please use the property of PdfDocumentViewer.PrintSettings.")]
public PrintDocument PrintDocument { get; }
<ObsoleteAttribute("This property may be removed in the future,please use the property of PdfDocumentViewer.PrintSettings.")> 
Public ReadOnly Property PrintDocument As PrintDocument
	Get
public:
[ObsoleteAttribute(L"This property may be removed in the future,please use the property of PdfDocumentViewer.PrintSettings.")]
property PrintDocument^ PrintDocument {
	PrintDocument^ get ();
}
[<ObsoleteAttribute("This property may be removed in the future,please use the property of PdfDocumentViewer.PrintSettings.")>]
member PrintDocument : PrintDocument with get

Property Value

PrintDocument

See Also