 | PdfPrintDocumentDocument Property |
Gets or sets a value indicating the PDF document that will be printed.
Namespace:
Patagames.Pdf.Net.Controls.WinForms
Assembly:
Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.52.2704
Syntaxpublic PdfDocument Document { get; set; }
Public Property Document As PdfDocument
Get
Set
public:
property PdfDocument^ Document {
PdfDocument^ get ();
void set (PdfDocument^ value);
}
member Document : PdfDocument with get, set
/** @property */
public PdfDocument get_Document()
/** @property */
public void set_Document(PdfDocument value)
function get_Document();
function set_Document(value);
Property Value
Type:
PdfDocument
See Also