Nutrient Web SDK
    Preparing search index...

    Interface FlattenAnnotationsOperation

    Flattens the annotations of the specified pages, or of all pages if none is specified.

    Flattening and importing a document where treatImportedDocumentAsOnePage in the same operations batch is not supported and will raise an error.

    interface FlattenAnnotationsOperation {
        annotationIds?: string[];
        noteAnnotationBackgroundColor?: NutrientViewer.Color;
        noteAnnotationOpacity?: number;
        pageIndexes?: number[];
        type: "flattenAnnotations";
    }
    Index

    Properties

    annotationIds?: string[]
    noteAnnotationBackgroundColor?: NutrientViewer.Color
    noteAnnotationOpacity?: number
    pageIndexes?: number[]
    type: "flattenAnnotations"