 | PdfiumFPDFDOC_GetSubstitutionFont Method |
get a substitution font that is used to display user input in acro forms.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFDOC_GetSubstitutionFont(
IntPtr doc
)
Public Shared Function FPDFDOC_GetSubstitutionFont (
doc As IntPtr
) As IntPtr
public:
static IntPtr FPDFDOC_GetSubstitutionFont(
IntPtr doc
)
static member FPDFDOC_GetSubstitutionFont :
doc : IntPtr -> IntPtr
public static IntPtr FPDFDOC_GetSubstitutionFont(
IntPtr doc
)
Patagames.Pdf.Pdfium.FPDFDOC_GetSubstitutionFont = function(doc);
Parameters
- doc IntPtr
- Handle to the document.
Return Value
IntPtrThe handle to font.
See Also