ImageGear .NET
ImGearARTTextAutoFitMode Enumeration




Specifies auto fit mode for text annotations.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum ImGearARTTextAutoFitMode 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearARTTextAutoFitMode
[Flags()]
public enum ImGearARTTextAutoFitMode : System.Enum 
[Flags()]
__value public enum ImGearARTTextAutoFitMode : public System.Enum 
[Flags()]
public enum class ImGearARTTextAutoFitMode : public System.Enum 
Members
MemberValueDescription
AdjustHeight0x00000001 Text annotation's height will be automatically adjusted to fit the text within the annotation.
AdjustWidth0x00000002 Text annotation's width will be automatically adjusted to fit the widest text line within the annotation.
None0x00000000 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

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback