PdfGraphicXObject constructor
PdfGraphicXObject(
- PdfDocument pdfDocument, [
- String? subtype
Creates a Graphic XObject
Implementation
PdfGraphicXObject(
super.pdfDocument, [
super.subtype,
]);