Click or drag to resize

PdfiumFPDFFormControl_GetBorderColor Method

Get the color of control's border in ARGB format

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static int FPDFFormControl_GetBorderColor(
	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

Int32
Border color of control in ARGB format
See Also