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
brushPrimitiveType?: "triangleStrip"Optional
penPrimitiveType?: "triangleStrip" | "lineStrip"Specifies the output primitive type of the Pen-Drawings.
Optional
thumbnail?: booleanSpecifies if the result contains a thumbnail of the Drawing.
Optional
thumbnailHeight?: numberSpecifies the height of the thumbnail. If the thumbnail height or width is not set, the current viewer size is used.
Optional
thumbnailWidth?: numberSpecifies the width of the thumbnail. If the thumbnail height or width is not set, the current viewer size is used.
Specifies the output primitive type of the Brush-Drawings.