 | PdfiumFPDFFormControl_GetBorderColor Method |
Get the color of control's border in ARGB format
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FPDFFormControl_GetBorderColor(
IntPtr frmControl,
out ColorTypes iColorType
)
Public Shared Function FPDFFormControl_GetBorderColor (
frmControl As IntPtr,
<OutAttribute> ByRef iColorType As ColorTypes
) As Integer
public:
static int FPDFFormControl_GetBorderColor(
IntPtr frmControl,
[OutAttribute] ColorTypes% iColorType
)
static member FPDFFormControl_GetBorderColor :
frmControl : IntPtr *
iColorType : ColorTypes byref -> int
public static int FPDFFormControl_GetBorderColor(
IntPtr frmControl,
/** @attribute OutAttribute */ /** @ref */ColorTypes iColorType
)
Patagames.Pdf.Pdfium.FPDFFormControl_GetBorderColor = function(frmControl, iColorType);
Parameters
- frmControl IntPtr
- Handle to the Control object. Returned by FPDFInterForm_GetControl(IntPtr, Int32, String) function.
- iColorType ColorTypes
- Color type.
Return Value
Int32Border color of control in ARGB format
See Also