PdfGraphicXObject constructor

PdfGraphicXObject(
  1. PdfDocument pdfDocument, [
  2. String? subtype
])

Creates a Graphic XObject

Implementation

PdfGraphicXObject(
  super.pdfDocument, [
  super.subtype,
]);