PdfPrintDocument Constructor

PDF File Writer

PdfPrintDocument Constructor

PDF print document constructor

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public PdfPrintDocument(
	PdfDocument Document
)

Parameters

Document
Type: PdfFileWriterPdfDocument
Current PDF document
See Also