Click or drag to resize

CPDFEditTextAreaSetTextAreaAlign Method

Sets the alignment of text in a text area.

Namespace:  ComPDFKit.PDFPage.Edit
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public bool SetTextAreaAlign(
	TextAlignType alignType
)

Parameters

alignType
Type: ComPDFKit.PDFPage.EditTextAlignType
The text alignment.

Return Value

Type: Boolean
Returns true on success, false on failure.
See Also