 | PdfiumFPDFInterForm_AddFormFont Method |
Add the font to the acroform resource dictionary.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static string FPDFInterForm_AddFormFont(
IntPtr interForm,
IntPtr font,
string tagName = null
)
Public Shared Function FPDFInterForm_AddFormFont (
interForm As IntPtr,
font As IntPtr,
Optional tagName As String = Nothing
) As String
public:
static String^ FPDFInterForm_AddFormFont(
IntPtr interForm,
IntPtr font,
String^ tagName = nullptr
)
static member FPDFInterForm_AddFormFont :
interForm : IntPtr *
font : IntPtr *
?tagName : string
(* Defaults:
let _tagName = defaultArg tagName null
*)
-> string
public static String FPDFInterForm_AddFormFont(
IntPtr interForm,
IntPtr font,
String tagName = null
)
Patagames.Pdf.Pdfium.FPDFInterForm_AddFormFont = function(interForm, font, tagName);
Parameters
- interForm IntPtr
- Handle to interactive forms. Returned by FORM_GetInterForm(IntPtr) function.
- font IntPtr
- The font to add to the acroform resourse dictionary.
- tagName String (Optional)
- An optional tag name under which the font will be added to the resource dictionary. Four characters max.
Return Value
StringThe tag name under which the
font was actually added to the resource dictionary.
See Also