TextAlign Enumeration

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This enum represents the list of allowed text aligments.

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 enum TextAlign
Members

  Member nameValueDescription
Left0 The enclosed text should be left aligned.
Right1 The enclosed text should be right aligned.
Center2 The enclosed text should be centered.
See Also

Reference