Click or drag to resize

PdfiumFPDFFormControl_GetDownIcon Method

Get the widget annotation’s alternate(down) icon, displayed when the mouse button is pressed within its active area.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFFormControl_GetDownIcon(
	IntPtr frmControl
)

Parameters

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

Return Value

IntPtr
Handle to a stream containing the icon.
See Also