LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

UseGenericTypographic Property (IAnnTextObject)






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
bool UseGenericTypographic {get; set;}
'Declaration
 
Property UseGenericTypographic As Boolean
'Usage
 
Dim instance As IAnnTextObject
Dim value As Boolean
 
instance.UseGenericTypographic = value
 
value = instance.UseGenericTypographic
bool UseGenericTypographic {get; set;}
get_UseGenericTypographic();
set_UseGenericTypographic(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IAnnTextObject Interface
IAnnTextObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.