DocumentViewerItemType Enumeration

Summary

Determines how to view the image data of the pages.

Syntax

JavaScript Syntax
lt.Documents.UI.DocumentViewerItemType = { 
	Image: 0, 
	Svg: 1 
} 
TypeScript Syntax
lt.Documents.UI.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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Documents.UI Assembly
Click or drag to resize