示例#1
0
 /// <summary>
 /// Use in combination with large files.
 /// DO NOT CALL EXPORT TO EPUB IF YOU CALLED THIS.
 /// </summary>
 public void InitExport(string location)
 {
     acm = new ArchiveManager();
     acm.InitWriteOnlyStream(location + ".epub");
 }