←Select platform

Foreground Property

Summary

Gets or sets the foreground color used when viewing the Bates stamp text.

Syntax

C#
VB
Java
WinRT C#
C++
public AnnBrush Foreground { get; set; } 
Public Property Foreground As Leadtools.Annotations.Core.AnnBrush 
public Leadtools.Annotations.Core.AnnBrush Foreground {get; set;} 
public AnnBrush getForeground() 
public void setForeground(AnnBrush foreground) 
             
 <br/>get_Foreground();<br/>set_Foreground(value);<br/>Object.defineProperty('Foreground');  
public:  
   property AnnBrush^ Foreground 
   { 
      AnnBrush^ get() 
      void set(AnnBrush^ value) 
   } 

Property Value

The value of the foreground color used when viewing the Bates stamp text.

Example

For an example, refer to AnnBatesStampComposer.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Documents Assembly