 | PdfiumFPDFFormControl_GetBackgroundColor Method |
Get the color of control's background in ARGB format
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FPDFFormControl_GetBackgroundColor(
IntPtr frmControl,
out ColorTypes iColorType
)
Public Shared Function FPDFFormControl_GetBackgroundColor (
frmControl As IntPtr,
<OutAttribute> ByRef iColorType As ColorTypes
) As Integer
public:
static int FPDFFormControl_GetBackgroundColor(
IntPtr frmControl,
[OutAttribute] ColorTypes% iColorType
)
static member FPDFFormControl_GetBackgroundColor :
frmControl : IntPtr *
iColorType : ColorTypes byref -> int
public static int FPDFFormControl_GetBackgroundColor(
IntPtr frmControl,
/** @attribute OutAttribute */ /** @ref */ColorTypes iColorType
)
Patagames.Pdf.Pdfium.FPDFFormControl_GetBackgroundColor = 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
Int32Background color of control in ARGB format
See Also