PdfContents Constructor (PdfDocument)

PDF File Writer

PdfContents Constructor (PdfDocument)

PdfContents constructor unattached

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

Parameters

Document
Type: PdfFileWriterPdfDocument
Current PdfDocument
Remarks
This contents object must be explicitly attached to a page object
See Also