Document Solutions Image Viewer
    Preparing search index...

    Type Alias ToolbarItemType

    ToolbarItemType:
        | "Selection"
        | "Pencil"
        | "Brush"
        | "Eraser"
        | "CloneStamp"
        | "Text"
        | "Pixelate"
        | "Blur"
        | "Brightness"
        | "Contrast"
        | "BrightnessContrast"
        | "Vibrance"
        | "Splitter"
        | "Size"
        | "Color"
        | "UseOriginalImage"
        | "Undo"
        | "Redo"
        | "Apply"
        | "Cancel"
        | "FontSize"
        | "FontName"
        | "FontBold"
        | "FontItalic"
        | "FontColor"
        | "Rectangle"
        | "Line"
        | "Ellipse"
        | "Arrow"
        | "Brackets"
        | "Image"
        | "ImageGallery"
        | "BackupObjects"
        | "RestoreObjects"

    Represents the types of items that can be used in the Paint, Text, and Effects toolbars.