Click or drag to resize

PdfiumFPDFFormControl_GetControlAlignment Method

Get a code specifying the form of justification to beused in displaying the text.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static JustifyTypes FPDFFormControl_GetControlAlignment(
	IntPtr frmControl
)

Parameters

frmControl  IntPtr
Handle to the Control object. Returned by FPDFInterForm_GetControl(IntPtr, Int32, String) function.

Return Value

JustifyTypes
A code specifying the form of justification to be used in displaying the text
See Also