pdfrx_web
    Preparing search index...

    Interface PdfStoredAnnotation

    A portable annotation record suitable for structured cloning or external storage.

    interface PdfStoredAnnotation {
        id: string;
        pageNumber: number;
        spec: PdfAnnotationSpec;
    }
    Index
    id: string
    pageNumber: number