Gets or sets a value that indicates whether or not to remove the default margin when setting the
EdgeMargin property to an empty margin.
bool UseGenericTypographic {get; set;}
'Declaration
Property UseGenericTypographic As Boolean
'Usage
Dim instance As IAnnTextObject
Dim value As Boolean
instance.UseGenericTypographic = value
value = instance.UseGenericTypographic
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.