←Select platform

OutputDeletion Property

Summary

Color corresponding to a deletion region in the output document.

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

Property Value

A valid RasterColor. The default value is new RasterColor(255,0,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