 | PdfiumFPDFFormControl_GetOriginalBackgroundColorEx Method |
Get the color of control's background in original PDF format
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static float[] FPDFFormControl_GetOriginalBackgroundColorEx(
IntPtr frmControl,
out ColorTypes iColorType
)
Public Shared Function FPDFFormControl_GetOriginalBackgroundColorEx (
frmControl As IntPtr,
<OutAttribute> ByRef iColorType As ColorTypes
) As Single()
public:
static array<float>^ FPDFFormControl_GetOriginalBackgroundColorEx(
IntPtr frmControl,
[OutAttribute] ColorTypes% iColorType
)
static member FPDFFormControl_GetOriginalBackgroundColorEx :
frmControl : IntPtr *
iColorType : ColorTypes byref -> float32[]
public static float[] FPDFFormControl_GetOriginalBackgroundColorEx(
IntPtr frmControl,
/** @attribute OutAttribute */ /** @ref */ColorTypes iColorType
)
Patagames.Pdf.Pdfium.FPDFFormControl_GetOriginalBackgroundColorEx = 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
SingleAn array of numbers in the range 0.0 to 1.0 specifying the color of the control's background
See Also