PdfFormXObject constructor
PdfFormXObject(
- PdfDocument pdfDocument
Create a Form XObject
Implementation
PdfFormXObject(PdfDocument pdfDocument) : super(pdfDocument, '/Form') {
params['/FormType'] = const PdfNum(1);
params['/BBox'] = PdfArray.fromNum(const <int>[0, 0, 1000, 1000]);
}