P_PDFiumSharp_PDFium_IsAvailable - ArgusMagnus/PDFiumSharp GitHub Wiki
Gets a value indicating whether the PDFium library is available. false
is returned if the native libraries could not be loaded for some reason.
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public static bool IsAvailable { get; }
Type: Boolean