ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfTextBox Class / Alignment Property

In This Topic
    Alignment Property (PdfTextBox)
    In This Topic
    Gets or sets the text alignment of the current PdfTextBox.
    Syntax
    'Declaration
     
    
    Public Property Alignment As StringAlignment
    public StringAlignment Alignment {get; set;}
    See Also