←Select platform

OutputChange Property

Summary

A RasterColor object specifying the output pixel color of changed information.

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

Property Value

The color used in the output document to indicate pixels which are different in both documents (but were neither additions nor deletions). A valid RasterColor. The default value is new RasterColor(255,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