 | PdfiumFPDFFormControl_GetIconFit Method |
Get an icon fit object specifying how to display the widget annotation’s icon within its annotation rectangle.If present, the icon fit dictionary applies to all of the annotation’s icons (normal, rollover, and alternate).
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFFormControl_GetIconFit(
IntPtr frmControl
)
Public Shared Function FPDFFormControl_GetIconFit (
frmControl As IntPtr
) As IntPtr
public:
static IntPtr FPDFFormControl_GetIconFit(
IntPtr frmControl
)
static member FPDFFormControl_GetIconFit :
frmControl : IntPtr -> IntPtr
public static IntPtr FPDFFormControl_GetIconFit(
IntPtr frmControl
)
Patagames.Pdf.Pdfium.FPDFFormControl_GetIconFit = function(frmControl);
Parameters
- frmControl IntPtr
- Handle to the Control object. Returned by FPDFInterForm_GetControl(IntPtr, Int32, String) function.
Return Value
IntPtrHandle to a default appearance object.
See Also