Document Solutions Image Viewer
    Preparing search index...

    Type Alias SaveOptions

    Options for saving an image.

    type SaveOptions = {
        convertToFormat?: ImageFormatCode | ImageMimeType;
        fileName?: string;
        original?: boolean;
    }

    Properties

    convertToFormat?: ImageFormatCode | ImageMimeType

    The target format code to convert the image to during saving.

    fileName?: string

    The desired file name for the saved image.

    original?: boolean

    Indicates whether to retrieve the original version of the image.