Click or drag to resize

CPDFTextWidgetSetJustification Method

Sets the text alignment of TextField, more: C_TEXT_ALIGNMENT

Namespace:  ComPDFKit.PDFAnnotation.Form
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public bool SetJustification(
	C_TEXT_ALIGNMENT alignment
)

Parameters

alignment
Type: ComPDFKit.PDFAnnotationC_TEXT_ALIGNMENT
Text alignment

Return Value

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