Class PDFiumEngine
public static class PDFiumEngine
- Inheritance
-
PDFiumEngine
- Inherited Members
Properties
IsInitialized
public static bool IsInitialized { get; }
Property Value
Methods
Init()
Initializes the PDFium library. This method should be called before using any PDFium functions.
public static void Init()
Shutdown()
Shuts down the PDFium library. This method should be called when the application is done using PDFium. Calling Shutdown() will unload PDFium. All native handles (documents, pages, bitmaps) become invalid. Use with care.
public static void Shutdown()