pdfrx_web
    Preparing search index...

    Interface PdfLoadAnnotationsOptions

    Filters shared by PdfPage.loadAnnotations and PdfDocument.loadAnnotations.

    interface PdfLoadAnnotationsOptions {
        subtype?: PdfAnnotationSubtype | readonly PdfAnnotationSubtype[];
    }
    Index

    Return only this subtype, or any of these subtypes. Omit to return all annotations.