 | PdfiumFPDF_IsCompact Method |
Check if compact version of pdfium dynamic library (.dll/.dylib) is used.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FPDF_IsCompact()
Public Shared Function FPDF_IsCompact As Boolean
public:
static bool FPDF_IsCompact()
static member FPDF_IsCompact : unit -> bool
public static boolean FPDF_IsCompact()
Patagames.Pdf.Pdfium.FPDF_IsCompact = function();
Return Value
Booleantrue if compact version is used.
See Also