RichTextStyleTextAlign Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets horizontal alignment. Possible values: left, right, and center.

Namespace:  Apitron.PDF.Kit.Interactive.Annotations.RichText
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public Nullable<TextAlign> TextAlign { get; set; }

Property Value

Type: NullableTextAlign
The text align.
See Also

Reference