Example #1
0
 public KmlExportDocument(Document document, ImageExporter imageExporter)
 {
     this.document = document;
       this.sessions = document.Sessions;
       this.imageExporter = imageExporter;
       this.type = KmlExportDocumentType.Document;
 }
Example #2
0
 public KmlExportDocument(string fileName, ImageExporterProperties imageExporterProperties)
 {
     this.fileName = fileName;
       this.imageExporterProperties = imageExporterProperties;
       this.type = KmlExportDocumentType.File;
 }