Align Property (PDFFreeTextAnnotation)
Gets or sets the text alignment in a field.
Syntax
'Declaration Public Property Align As PDFFieldTextAlign
'Usage Dim instance As PDFFreeTextAnnotation Dim value As PDFFieldTextAlign instance.Align = value value = instance.Align
public PDFFieldTextAlign Align {get; set;}
Property Value
A O2S.Components.PDFView4NET.Forms.PDFFieldTextAlign enumeration member specifying the text alignment in a field.Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also