Document Solutions Image Viewer
    Preparing search index...

    Type Alias PaintObjectType

    PaintObjectType:
        | "image"
        | "rectangle"
        | "text"
        | "circle"
        | "triangle"
        | "line"
        | "arrow"
        | "polygon"
        | "ellipse"
        | "brackets"

    Paint object type name.