←Select platform

OutputAddition Property

Summary

Color specifying the output pixel color of added information.

Syntax
C#
C++/CLI
Python
public RasterColor OutputAddition {get; set;} 
public:  
   property RasterColor^ OutputAddition 
   { 
      RasterColor^ get() 
      void set(RasterColor^ value) 
   } 
OutputAddition # get and set (RasterCompareOptions) 

Property Value

A valid RasterColor used in the output document to indicate pixels which were background content in the original document, but not in the modified document. Additionally, any pixels within the bounds of the modified document that were not within the bounds of the original document will be marked with this color. The default value is new RasterColor(0,255,0).

Requirements

Target Platforms

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

Leadtools.Document.Compare Assembly

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