CPDFEditTextAreaSetTextSectionAlign Method |
Sets the text alignment of the current paragraph.
Namespace:
ComPDFKit.PDFPage.Edit
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 3.0.0.0 (3.0.0.0)
Syntaxpublic bool SetTextSectionAlign(
TextAlignType alignType
)
Parameters
- alignType
- Type: ComPDFKit.PDFPage.EditTextAlignType
The text alignment.
Return Value
Type:
BooleanReturns true on success, false on failure.
See Also