ViewerDrawingProcessOptions#
Type alias ViewerDrawingProcessOptions
Viewer Drawing Process Options: { brushPrimitiveType?: "triangleStrip"; penPrimitiveType?: "triangleStrip" | "lineStrip"; thumbnail?: boolean; thumbnailHeight?: number; thumbnailWidth?: number }
Type declaration
-
Optional
brushPrimitive Type?: "triangleStrip" -
Optional
penPrimitive Type?: "triangleStrip" | "lineStrip" Specifies the output primitive type of the Pen-Drawings.
Default
"triangleStrip"
-
Optional
thumbnail?: booleanSpecifies 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
Specifies the output primitive type of the Brush-Drawings.
Default
"triangleStrip"