 | PdfiumFPDFFormControl_GetControlAlignment Method |
Get a code specifying the form of justification to beused in displaying the text.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static JustifyTypes FPDFFormControl_GetControlAlignment(
IntPtr frmControl
)
Public Shared Function FPDFFormControl_GetControlAlignment (
frmControl As IntPtr
) As JustifyTypes
public:
static JustifyTypes FPDFFormControl_GetControlAlignment(
IntPtr frmControl
)
static member FPDFFormControl_GetControlAlignment :
frmControl : IntPtr -> JustifyTypes
public static JustifyTypes FPDFFormControl_GetControlAlignment(
IntPtr frmControl
)
Patagames.Pdf.Pdfium.FPDFFormControl_GetControlAlignment = function(frmControl);
Parameters
- frmControl IntPtr
- Handle to the Control object. Returned by FPDFInterForm_GetControl(IntPtr, Int32, String) function.
Return Value
JustifyTypesA code specifying the form of justification to be used in displaying the text
See Also