Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.UI Namespace : DocumentViewerItemType Enumeration |
public enum DocumentViewerItemType : System.Enum
'Declaration
Public Enum DocumentViewerItemType Inherits System.Enum
'Usage
Dim instance As DocumentViewerItemType
public enum class DocumentViewerItemType : public System.Enum
Value | Member | Description |
---|---|---|
0x00000000 | Image | View using the raster image data of a page. Always supported |
0x00000001 | 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.
System.Object
System.ValueType
System.Enum
Leadtools.Documents.UI.DocumentViewerItemType