VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfContentAlignment Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    PdfContentAlignment Enumeration
    In This Topic
    Specifies available alignment modes of PDF content.
    Syntax
    'Declaration
    
    <FlagsAttribute()>
    Public Enum PdfContentAlignment
       Inherits System.Enum
    
    
    [Flags()]
    public enum PdfContentAlignment : System.Enum
    
    
    [Flags()]
    __value public enum PdfContentAlignment : public System.Enum
    
    
    [Flags()]
    public enum class PdfContentAlignment : public System.Enum
    
    
    Members
    MemberDescription
    LeftThe content is aligned in the left edge of the layout rectangle.
    RightThe content is aligned in the right edge of the layout rectangle.
    TopThe content is aligned in the top edge of the layout rectangle.
    BottomThe content is aligned in the bottom edge of the layout rectangle.
    CenterLeftThe content is centered in the left edge of layout rectangle.
    CenterRightThe content is centered in the right edge of layout rectangle.
    CenterTopThe content is centered in the top edge of layout rectangle.
    CenterBottomThe content is centered in the bottom edge of layout rectangle.
    CenterThe content is centered in the layout rectangle.
    FillHorizontalThe content is filled in the horizontal of the layout rectangle.
    FillVerticalThe content is filled in the vertical of the layout rectangle.
    FillThe content is filled in the layout rectangle.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Pdf.Drawing.PdfContentAlignment

    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