 | PdfiumFPDFFormControl_GetOriginalBorderColor Method |
Get the color of control's border in original PDF format
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static float FPDFFormControl_GetOriginalBorderColor(
IntPtr frmControl,
int index
)
Public Shared Function FPDFFormControl_GetOriginalBorderColor (
frmControl As IntPtr,
index As Integer
) As Single
public:
static float FPDFFormControl_GetOriginalBorderColor(
IntPtr frmControl,
int index
)
static member FPDFFormControl_GetOriginalBorderColor :
frmControl : IntPtr *
index : int -> float32
public static float FPDFFormControl_GetOriginalBorderColor(
IntPtr frmControl,
int index
)
Patagames.Pdf.Pdfium.FPDFFormControl_GetOriginalBorderColor = function(frmControl, 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
SingleNumbers in the range 0.0 to 1.0 specifying the color of the control's border
See Also