Click or drag to resize

FreeTextGetQuaddingFormat Method

Gets the quading format of the FreeText annotation.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public int GetQuaddingFormat()

Return Value

Type: Int32
A int code indicating the quading format of the FreeText annotation.
Remarks
The int code specifies the form of quadding (justification) that shall be used in displaying the annotation’s text: 0Left-justified 1Centered 2Right-justified Default value: 0 (left-justified).
See Also