pdfrx_web
    Preparing search index...

    Interface PdfAnnotationMutationOptions

    Options shared by annotation mutation APIs.

    interface PdfAnnotationMutationOptions {
        actorId?: string;
        origin?: PdfAnnotationChangeOrigin;
        preserveAppearance?: boolean;
        transactionId?: string;
    }

    Hierarchy (View Summary)

    Index
    actorId?: string

    Stable application/user id responsible for the mutation.

    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.