Nutrient Web SDK
    Preparing search index...

    Interface CropAreaChangeStopEvent

    This event is emitted when the dimensions or position of the CropBox is changed.

    interface CropAreaChangeStopEvent {
        cropBox: NutrientViewer.Geometry.Rect;
        pageIndex: number;
    }
    Index

    Properties

    Properties

    pageIndex: number