Beispiel #1
0
 public PdfWebResponse(PdfJsServer server)
 {
     this.Server = server;
 }
Beispiel #2
0
 public static bool Available()
 {
     return(PdfJsServer.PdfJsAvailable());
 }