PDF File Writer Class Library - Author Uzi Granot
PdfXObject Constructor |
PDF X Object constructor
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

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
