pdfrx_web
    Preparing search index...

    Interface PdfRestoreAnnotationsOptions

    Options for restoring an external snapshot.

    interface PdfRestoreAnnotationsOptions {
        actorId?: string;
        mode?: "merge" | "replace";
        origin?: PdfAnnotationChangeOrigin;
        preserveAppearance?: boolean;
        transactionId?: string;
    }

    Hierarchy (View Summary)

    Index
    actorId?: string

    Stable application/user id responsible for the mutation.

    mode?: "merge" | "replace"

    merge upserts snapshot records; replace also removes records absent from it. Default: replace.

    Defaults to api.

    preserveAppearance?: boolean

    Updates a raster Stamp's attributes and geometry without replacing its existing appearance stream. Set this when the appearance pixels are unchanged, so the existing image resources remain associated with the annotation.

    transactionId?: string

    Application-defined id used to correlate or deduplicate a batch across viewers.