Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / CaptionImageRelation Enumeration

In This Topic
    CaptionImageRelation Enumeration
    In This Topic
    Specifies the relative positions of text and image in an annotation.
    Syntax
    'Declaration
     
    Public Enum CaptionImageRelation 
       Inherits System.Enum
    public enum CaptionImageRelation : System.Enum 
    Members
    MemberDescription
    CaptionAboveIconCaption above the image.
    CaptionAtLeftCaption to the left of the image.
    CaptionAtRightCaption to the right of the image.
    CaptionBelowIconCaption below the image.
    CaptionOnlyNo image; caption only.
    CaptionOverlaidCaption overlaid directly on the image.
    ImageOnlyNo caption; image only.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Pdf.Annotations.CaptionImageRelation

    See Also