Configuration of the cropping result.

Hierarchy (view full)

Constructors

Properties

documentUuid: string

The UUID of the document that was cropped.

errorMessage: null | string

The error message if a problem occurred.

pageUuid: string

The UUID of the page of the document that was cropped.

Methods

  • Parameters

    Returns {
        documentUuid?: string;
        errorMessage?: null | string;
        pageUuid?: string;
        serialize?: any;
    }

    • Optional Readonly documentUuid?: string

      The UUID of the document that was cropped.

    • Optional Readonly errorMessage?: null | string

      The error message if a problem occurred.

    • Optional Readonly pageUuid?: string

      The UUID of the page of the document that was cropped.