VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotationCaptionIconRelation Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    PdfAnnotationCaptionIconRelation Enumeration
    In This Topic
    Specifies available positions of the widget annotation's caption relative to its icon.
    Syntax
    'Declaration
    
    Public Enum PdfAnnotationCaptionIconRelation
       Inherits System.Enum
    
    
    public enum PdfAnnotationCaptionIconRelation : System.Enum
    
    
    __value public enum PdfAnnotationCaptionIconRelation : public System.Enum
    
    
    public enum class PdfAnnotationCaptionIconRelation : public System.Enum
    
    
    Members
    MemberDescription
    NoIconNo icon; caption only.
    NoCaptionNo caption; icon only.
    CaptionBelowIconCaption below the icon.
    CaptionAboveIconCaption above the icon.
    CaptionToRightIconCaption to the right of the icon.
    CaptionToLeftIconCaption to the left of the icon.
    CaptionOverIconCaption overlaid directly on the icon.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationCaptionIconRelation

    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