ComPDF React Native - v3.0.0
    Preparing search index...

    Variable CPDFAnnotationTypeConst

    CPDFAnnotationType: {
        UNKNOWN: "unknown";
        NOTE: "note";
        HIGHLIGHT: "highlight";
        UNDERLINE: "underline";
        SQUIGGLY: "squiggly";
        STRIKEOUT: "strikeout";
        INK: "ink";
        INK_ERASER: "ink_eraser";
        PENCIL: "pencil";
        CIRCLE: "circle";
        SQUARE: "square";
        ARROW: "arrow";
        LINE: "line";
        FREETEXT: "freetext";
        SIGNATURE: "signature";
        STAMP: "stamp";
        PICTURES: "pictures";
        LINK: "link";
        SOUND: "sound";
    } = ...

    annotations type. Please note that PENCIL is only available on ios platform.

    Type Declaration

    • ReadonlyUNKNOWN: "unknown"
    • ReadonlyNOTE: "note"
    • ReadonlyHIGHLIGHT: "highlight"
    • ReadonlyUNDERLINE: "underline"
    • ReadonlySQUIGGLY: "squiggly"
    • ReadonlySTRIKEOUT: "strikeout"
    • ReadonlyINK: "ink"
    • ReadonlyINK_ERASER: "ink_eraser"
    • ReadonlyPENCIL: "pencil"

      only ios platform.

    • ReadonlyCIRCLE: "circle"
    • ReadonlySQUARE: "square"
    • ReadonlyARROW: "arrow"
    • ReadonlyLINE: "line"
    • ReadonlyFREETEXT: "freetext"
    • ReadonlySIGNATURE: "signature"
    • ReadonlySTAMP: "stamp"
    • ReadonlyPICTURES: "pictures"
    • ReadonlySOUND: "sound"