ViewerDrawingProcessOptions

Type alias ViewerDrawingProcessOptions

ViewerDrawingProcessOptions: { brushPrimitiveType?: "triangleStrip"; penPrimitiveType?: "triangleStrip" | "lineStrip"; thumbnail?: boolean; thumbnailHeight?: number; thumbnailWidth?: number }

Type declaration

  • Optional brushPrimitiveType?: "triangleStrip"

    Specifies the output primitive type of the Brush-Drawings.

    Default

    "triangleStrip"

  • Optional penPrimitiveType?: "triangleStrip" | "lineStrip"

    Specifies the output primitive type of the Pen-Drawings.

    Default

    "triangleStrip"

  • Optional thumbnail?: boolean

    Specifies if the result contains a thumbnail of the Drawing.

    Default

    true

  • Optional thumbnailHeight?: number

    Specifies the height of the thumbnail. If the thumbnail height or width is not set, the current viewer size is used.

    Default

    undefined

  • Optional thumbnailWidth?: number

    Specifies the width of the thumbnail. If the thumbnail height or width is not set, the current viewer size is used.

    Default

    undefined