←Select platform

Font Property

Summary

Gets or sets the font that used when viewing the Bates stamp text.

Syntax

C#
VB
Java
WinRT C#
C++
public AnnFont Font { get; set; } 
Public Property Font As Leadtools.Annotations.Core.AnnFont 
public Leadtools.Annotations.Core.AnnFont Font {get; set;} 
public AnnFont getFont() 
public void setFont(AnnFont font) 
             
 <br/>get_Font();<br/>set_Font(value);<br/>Object.defineProperty('Font');  
public:  
   property AnnFont^ Font 
   { 
      AnnFont^ get() 
      void set(AnnFont^ value) 
   } 

Property Value

The value of the font 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