LEADTOOLS Annotations (Leadtools.Annotations assembly)

UseGenericTypographic Property (AnnTextObject)

Show in webframe





Gets or sets a value that indicates whether or not to remove the default margin when setting the EdgeMargin property to an empty margin.
Syntax
public virtual bool UseGenericTypographic {get; set;}
'Declaration
 
Public Overridable Property UseGenericTypographic As Boolean
'Usage
 
Dim instance As AnnTextObject
Dim value As Boolean
 
instance.UseGenericTypographic = value
 
value = instance.UseGenericTypographic

            

            
public:
virtual property bool UseGenericTypographic {
   bool get();
   void set (    bool value);
}

Property Value

true to remove the default margin when setting the EdgeMargin property to an empty margin, false to keep it.
Requirements

Target Platforms

See Also

Reference

AnnTextObject Class
AnnTextObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.