←Select platform

ModifiedBackground Property

Summary

Background color for the modified document.

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

Property Value

A valid RasterColor, used to identify the background content within the modified 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