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
)
Public Sub SetTextAlignment (
text_alignment As StamperTextAlignment
)
public:
virtual void SetTextAlignment(
[InAttribute] StamperTextAlignment text_alignment
) sealed
function SetTextAlignment(text_alignment);
Parameters
- text_alignment
- Type: pdftron.PDFStamperTextAlignment
Enumerator for text alignment (e_left, e_center, e_right)
See Also