originalForegroundColor Property

Summary

The foreground color to be used with the original viewer.

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

Property Value

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

Remarks

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

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

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.