Class SaveOptions
Thông tin
Tùy chọn để lưu file.
public class SaveOptions
Kế thừa
Kế thừa
- EbookSaveOptions,
- HtmlSaveOptions,
- ImageSaveOptions,
- JsonSaveOptions,
- PdfSaveOptions,
- SplitterSaveOptions,
- SpreadsheetSaveOptions,
- TextSaveOptions
Thành viên kế thừa
- object.ToString(),
- object.Equals(object),
- object.Equals(object, object),
- object.ReferenceEquals(object, object),
- object.GetHashCode(),
- object.GetType(),
- object.MemberwiseClone()
Constructors
SaveOptions()
public SaveOptions()
Thuộc tính
OutputFile
Lấy và thiết lập file (với đường dẫn nếu cần) để lưu dữ liệu được tạo ra. Khi thiết lập thuộc tính này với giá trị khác null hoặc chuỗi rỗng, Sheetize.SaveOptions.OutputStream sẽ bị bỏ qua.
public string OutputFile { get; set; }
Giá trị thuộc tính
OutputStream
Lấy và thiết lập Stream để ghi dữ liệu được tạo ra. Khi thiết lập thuộc tính này với giá trị khác null, Sheetize.SaveOptions.OutputFile sẽ bị bỏ qua.
public Stream OutputStream { get; set; }
Giá trị thuộc tính
Namespace: Sheetize Assembly: Sheetize.dll