Gets a value indicating the System.Drawing.Printing.PrintDocument

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

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

Property Value

PrintDocument

See Also