Leadtools.Documents.UI Namespace : DocumentViewerItemType Enumeration |
Leadtools.Documents.UI.DocumentViewerItemType = function() { };
Leadtools.Documents.UI.DocumentViewerItemType.prototype = {
image = 0,
svg = 1,
};
Value | Member | Description |
---|---|---|
0 | image | View using the raster image data of a page. Always supported |
1 | svg | View using the SVG data of a page if supported |
DocumentViewerItemType is used as the type of DocumentViewerView.PreferredItemTypeDocumentViewerView.ItemType properties to control the preferred and actual mode used when viewing the image of a page.
For an example, refer to DocumentViewerView.PreferredItemType.