ImageGear PDF v25.1 - Updated July 30, 2021
ImGearARTTextAutoFitMode Enumeration




ImageGear.Art Assembly > ImageGear.ART Namespace : ImGearARTTextAutoFitMode Enumeration
Specifies auto fit mode for text annotations.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum ImGearARTTextAutoFitMode 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearARTTextAutoFitMode
Members
MemberValueDescription
AdjustHeight1 Text annotation's height will be automatically adjusted to fit the text within the annotation.
AdjustWidth2 Text annotation's width will be automatically adjusted to fit the widest text line within the annotation.
None0 No adjustment of text annotation's dimensions is required.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.ART.ImGearARTTextAutoFitMode

See Also

Reference

ImageGear.ART Namespace