 | PdfiumFPDFInterForm_GetFormFont(IntPtr, Int32, Boolean, String) Method |
Get the font at the specified index.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFInterForm_GetFormFont(
IntPtr interForm,
int index,
bool getTag,
out string tagName
)
Public Shared Function FPDFInterForm_GetFormFont (
interForm As IntPtr,
index As Integer,
getTag As Boolean,
<OutAttribute> ByRef tagName As String
) As IntPtr
public:
static IntPtr FPDFInterForm_GetFormFont(
IntPtr interForm,
int index,
bool getTag,
[OutAttribute] String^% tagName
)
static member FPDFInterForm_GetFormFont :
interForm : IntPtr *
index : int *
getTag : bool *
tagName : string byref -> IntPtr
public static IntPtr FPDFInterForm_GetFormFont(
IntPtr interForm,
int index,
boolean getTag,
/** @attribute OutAttribute */ /** @ref */String tagName
)
Patagames.Pdf.Pdfium.FPDFInterForm_GetFormFont = function(interForm, index, getTag, tagName);
Parameters
- interForm IntPtr
- Handle to interactive forms. Returned by FORM_GetInterForm(IntPtr) function.
- index Int32
- The zero-based index of the font to get.
- getTag Boolean
- A flag indicating whether the tag name should also be returned.
- tagName String
- The tag name under which the font is stored in the resource dictionary.
Return Value
IntPtrHandle to the font object.
See Also