←Select platform

OutputExternal Property

Summary

A color corresponding to an external region in the output document.

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

Property Value

A valid RasterColor color used in the output document to indicate pixels which were not part of either document. The default value is new RasterColor(128,128,255).

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