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

In This Topic
    Alignment Property (PdfTextNote)
    In This Topic
    Gets or sets the horizontal alignment of the text the current PdfTextNote.

    The default horizontal alignment is near (left).

    Syntax
    'Declaration
     
    
    Public Property Alignment As StringAlignment
    public StringAlignment Alignment {get; set;}
    See Also