ModifiedForegroundColor Property

Summary

The foreground color to be used with the modified viewer.

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

Property Value

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

Remarks

When enableRasterPreview is set to true, all pages in the modified viewer will have their foreground 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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly