Click or drag to resize

StamperSetTextAlignment Method

Sets the text alignment (note: this only applies to text watermarks).

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetTextAlignment(
	StamperTextAlignment text_alignment
)

Parameters

text_alignment
Type: pdftron.PDFStamperTextAlignment
Enumerator for text alignment (e_left, e_center, e_right)
See Also