Click or drag to resize

CPDFEditTextAreaSetTextSectionAlign Method

Sets the text alignment of the current paragraph.

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

Parameters

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

Return Value

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