←Select platform

OriginalBackground Property

Summary

Background color for the original document.

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

Property Value

A valid RasterColor used to identify the background content within the original document. The default value is RasterColor.White.

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