Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

UseGenericTypographic Property (AnnTextObject)






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

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)