enableRasterPreview Property

Summary

Indicates whether document pages should be previewed as colorized images.

Syntax
TypeScript
JavaScript
Object.defineProperty(CompareView.prototype, 'enableRasterPreview', 
	get: function(), 
	set: function(value) 
) 
enableRasterPreview: boolean; 

Property Value

true to enable raster preview; otherwise, false.

Remarks

If this property is set to true, the CompareView instance will suppress all calls to the DocumentPage.getImage, and instead call the Document Service GetColorPage end point.

The color of the images is determined by the following properties:

When this property is toggled from true to false, the document is restored to its original viewing state.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.