Пример #1
0
 public void init()
 {
     this.url     = new Uri(file);
     this.docType = DocumentTypes.ToDocumentType(this.document).type;
     if (printerName.Length > 0)
     {
         this.printer = Printers.fromName(this.printerName);
     }
 }