示例#1
0
 static bool Initialize()
 {
     try { PDFium.FPDF_InitLibrary(); }
     catch { return(false); }
     return(true);
 }