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

    Interface CPDFAnnotationStyleDialogDismissedEvent

    interface CPDFAnnotationStyleDialogDismissedEvent {
        type:
            | "note"
            | "highlight"
            | "underline"
            | "strikeout"
            | "squiggly"
            | "ink"
            | "square"
            | "circle"
            | "line"
            | "arrow"
            | "freetext"
            | "stamp"
            | "pictures";
    }
    Index

    Properties

    Properties

    type:
        | "note"
        | "highlight"
        | "underline"
        | "strikeout"
        | "squiggly"
        | "ink"
        | "square"
        | "circle"
        | "line"
        | "arrow"
        | "freetext"
        | "stamp"
        | "pictures"