Click or drag to resize
TextAlignment Enumeration

Note: This API is now obsolete.

Alignment of text in annotation.

Namespace: Aspose.Pdf.Annotations
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
[ObsoleteAttribute("Use Aspose.Pdf.HorizontalAlignment type")]
public enum TextAlignment
Members
  Member nameValueDescription
Left0 Text is aligned to left.
Center1 Text is centered.
Right2 Text is aligned to right.
See Also