Nutrient Web SDK
    Preparing search index...

    Interface CropAreaChangeStartEvent

    This event is emitted when the user starts changing the dimensions of the crop area on the document.

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

    Properties

    Properties

    pageIndex: number