Click or drag to resize

PdfiumFPDFFormControl_GetOriginalBorderColor Method

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

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static float FPDFFormControl_GetOriginalBorderColor(
	IntPtr frmControl,
	int index
)

Parameters

frmControl  IntPtr
Handle to the Control object. Returned by FPDFInterForm_GetControl(IntPtr, Int32, String) function.
index  Int32
Index of a color component, depended on color type.

Return Value

Single
Numbers in the range 0.0 to 1.0 specifying the color of the control's border
See Also