Aspose::Pdf::Annotations::Justification enum

Justification enum

Enumerates the forms of quadding (justification) to be used in displaying the annotation’s text.

enum class Justification

Values

NameValueDescription
Left0Left justification.
Center1Center justification.
Right2Right justification.

See Also