VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationPenAlignment Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    AnnotationPenAlignment Enumeration
    In This Topic
    Specifies available alignment types of an AnnotationPen object in relation to the theoretical, zero-width line.
    Syntax
    'Declaration
    
    Public Enum AnnotationPenAlignment
       Inherits System.Enum
    
    
    public enum AnnotationPenAlignment : System.Enum
    
    
    __value public enum AnnotationPenAlignment : public System.Enum
    
    
    public enum class AnnotationPenAlignment : public System.Enum
    
    
    Members
    MemberDescription
    CenterSpecifies that the AnnotationPen object is centered over the theoretical line.
    InsetSpecifies that the AnnotationPen is positioned on the inside of the theoretical line.
    OutsetSpecifies the AnnotationPen is positioned on the outside of the theoretical line.
    LeftSpecifies the AnnotationPen is positioned to the left of the theoretical line.
    RightSpecifies the AnnotationPen is positioned to the right of the theoretical line.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Annotation.AnnotationPenAlignment

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also