DocumentViewerItemType Enumeration

Summary

Determines how to view the image data of the pages.

Syntax
TypeScript
JavaScript
lt.Document.Viewer.DocumentViewerItemType = { 
	image: 0, 
	svg: 1 
} 
lt.Document.Viewer.DocumentViewerItemType = { 
	image: 0, 
	svg: 1 
} 

Members

0 Image

(0) View using the raster image data of a page. Always supported

1 Svg

(1) View using the SVG data of a page if supported

Remarks

DocumentViewerItemType is used as the type of DocumentViewerView.PreferredItemType and DocumentViewerView.ItemType properties to control the preferred and actual mode used when viewing the image of a page.

Example

For an example, refer to DocumentViewerView.PreferredItemType.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly