PDFPage
class PDFPage extends Page { }
_annots: PDFAnnotation[] | null;
_doc: PDFDocument;
_widgets: PDFWidget[] | null;
applyRedactions(black_boxes?: number, image_method?: number): void;
getAnnotations(): PDFAnnotation[];
getObject(): PDFObject;
getTransform(): Matrix;
getWidgets(): PDFWidget[];
toPixmap(
matrix: Matrix,
colorspace: ColorSpace,
alpha?: boolean,
showExtras?: boolean,
usage?: string,
box?: PageBox,
): Pixmap;update(): boolean;
static readonly REDACT_IMAGE_NONE: number;
static readonly REDACT_IMAGE_PIXELS: number;
static readonly REDACT_IMAGE_REMOVE: number;
§Properties
§
_annots: PDFAnnotation[] | null
[src]§
_doc: PDFDocument
[src]§Methods
§
createAnnotation(type: PDFAnnotationType): PDFAnnotation
[src]§
deleteAnnotation(annot: PDFAnnotation): void
[src]§
getAnnotations(): PDFAnnotation[]
[src]§
toPixmap(matrix: Matrix, colorspace: ColorSpace, alpha?: boolean, showExtras?: boolean, usage?: string, box?: PageBox): Pixmap
[src]