Esempio n. 1
0
 public static void EnsureLoaded()
 {
     lock (_syncRoot)
     {
         if (_library == null)
         {
             _library = new PdfLibrary();
         }
     }
 }
Esempio n. 2
0
 protected PdfFile()
 {
     PdfLibrary.EnsureLoaded();
 }