pdfrx_web
    Preparing search index...

    Interface PdfAnnotationSnapshot

    Versioned external representation returned by PdfDocument.exportAnnotations.

    interface PdfAnnotationSnapshot {
        annotations: readonly PdfStoredAnnotation[];
        version: 1;
    }
    Index
    annotations: readonly PdfStoredAnnotation[]
    version: 1