PdfXObject Constructor

PDF File Writer

PdfXObject Constructor

PDF X Object constructor

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public PdfXObject(
	PdfDocument Document,
	double Width = 1,
	double Height = 1
)

Parameters

Document
Type: PdfFileWriterPdfDocument
PDF document
Width (Optional)
Type: SystemDouble
X Object width
Height (Optional)
Type: SystemDouble
X Object height
See Also