ViewerDrawingProcessOptions#
Type alias ViewerDrawingProcessOptions
ViewerDrawingProcessOptions : {
brushPrimitiveType?: "triangleStrip";
penPrimitiveType?: "triangleStrip" | "lineStrip";
thumbnail?: boolean;
thumbnailHeight?: number;
thumbnailWidth?: number;
}
brushPrimitiveType?: "triangleStrip";
penPrimitiveType?: "triangleStrip" | "lineStrip";
thumbnail?: boolean;
thumbnailHeight?: number;
thumbnailWidth?: number;
}
Type declaration
-
Optional
brushPrimitive ?: "triangleStrip"Type Default
"triangleStrip"
-
Optional
penPrimitive ?: "triangleStrip" | "lineStrip"Type 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 ?: numberSpecifies the height of the thumbnail. If the thumbnail height or width is not set, the current viewer size is used.
Default
undefined
-
Optional
thumbnailWidth ?: numberSpecifies 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.