ViewerDrawingProcessOptions#
Type alias ViewerDrawingProcessOptions
Viewer
brushPrimitiveType?: "triangleStrip";
penPrimitiveType?: "triangleStrip" | "lineStrip";
thumbnail?: boolean;
thumbnailHeight?: number;
thumbnailWidth?: number;
}
brushPrimitiveType?: "triangleStrip";
penPrimitiveType?: "triangleStrip" | "lineStrip";
thumbnail?: boolean;
thumbnailHeight?: number;
thumbnailWidth?: number;
}
Type declaration
- 
OptionalbrushPrimitive Type?: "triangleStrip" Default"triangleStrip"
- 
OptionalpenPrimitive Type?: "triangleStrip" | "lineStrip" Specifies the output primitive type of the Pen-Drawings. Default"triangleStrip"
- 
Optionalthumbnail?: booleanSpecifies if the result contains a thumbnail of the Drawing. Defaulttrue
- 
OptionalthumbnailHeight?: number Specifies the height of the thumbnail. If the thumbnail height or width is not set, the current viewer size is used. Defaultundefined
- 
OptionalthumbnailWidth?: number Specifies the width of the thumbnail. If the thumbnail height or width is not set, the current viewer size is used. Defaultundefined
Specifies the output primitive type of the Brush-Drawings.