Click or drag to resize

FreeTextSetQuaddingFormat Method

Sets the quading format of the FreeText annotation. (Optional; PDF 1.4)

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

Parameters

app_qform
Type: SystemInt32
the new quadding format

Return Value

Type: 
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