 | PdfiumFPDFInterForm_GetFormFont Method (IntPtr, Int32, Boolean, String) |
Get the font at the specified index.
Namespace:
Patagames.Pdf
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.57.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.57.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
- Type: SystemIntPtr
Handle to interactive forms. Returned by FORM_GetInterForm(IntPtr) function. - index
- Type: SystemInt32
The zero-based index of the font to get. - getTag
- Type: SystemBoolean
A flag indicating whether the tag name should also be returned. - tagName
- Type: SystemString
The tag name under which the font is stored in the resource dictionary.
Return Value
Type:
IntPtrHandle to the font object.
See Also