 | PdfiumFPDFFont_IsEmbedded Method |
Specifies whether the font is embedded into PDF document
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FPDFFont_IsEmbedded(
IntPtr font
)
Public Shared Function FPDFFont_IsEmbedded (
font As IntPtr
) As Boolean
public:
static bool FPDFFont_IsEmbedded(
IntPtr font
)
static member FPDFFont_IsEmbedded :
font : IntPtr -> bool
public static boolean FPDFFont_IsEmbedded(
IntPtr font
)
Patagames.Pdf.Pdfium.FPDFFont_IsEmbedded = function(font);
Parameters
- font IntPtr
- Handle to the font obtained by {0} Overload or FPDFTextObj_GetFont(IntPtr)
Return Value
BooleanTrue if the font is embedded, False otherwise.
See Also