modifiedBackgroundColor Property

Summary

The color to be used for the background color on all pages of the modified viewer if enableRasterPreview is set to true.

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

Property Value

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

Remarks

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

Note: The modified viewer is the second document viewer provided in the CompareView constructor.

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.