Click or drag to resize

PdfiumFPDFFormControl_GetOriginalBackgroundColorEx Method

Get the color of control's background in original PDF format

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static float[] FPDFFormControl_GetOriginalBackgroundColorEx(
	IntPtr frmControl,
	out ColorTypes iColorType
)

Parameters

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

Return Value

Single
An array of numbers in the range 0.0 to 1.0 specifying the color of the control's background
See Also