originalBackgroundColor Property

Summary

The background color to be used with the original viewer.

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

Property Value

A valid HTML color value. The default value is #ffffff.

Remarks

When enableRasterPreview is set to true, all pages in the original viewer will have their background color set to this value via calling the Document Service's GetColorPage endpoint.

Note: The original viewer is the very first document viewer provided in the CompareView constructor.

Requirements

Target Platforms

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

Leadtools.Document.Viewer Assembly

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