←Select platform

OutputAddition Property

Summary

Color specifying the output pixel color of added information.

Syntax
C#
VB
C++
public RasterColor OutputAddition {get; set;} 
Public Property OutputAddition() As RasterColor 
   Get 
   Set 
public:  
   property RasterColor^ OutputAddition 
   { 
      RasterColor^ get() 
      void set(RasterColor^ value) 
   } 

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Compare Assembly