Class SaveOptions
Informazione
Opzioni per il salvataggio del file.
public class SaveOptions
Inheritance
Derived
- EbookSaveOptions,
- HtmlSaveOptions,
- ImageSaveOptions,
- JsonSaveOptions,
- PdfSaveOptions,
- SplitterSaveOptions,
- SpreadsheetSaveOptions,
- TextSaveOptions
Inherited Members
- object.ToString(),
- object.Equals(object),
- object.Equals(object, object),
- object.ReferenceEquals(object, object),
- object.GetHashCode(),
- object.GetType(),
- object.MemberwiseClone()
Constructors
SaveOptions()
public SaveOptions()
Properties
OutputFile
Gets and sets the file(with path if needed) for saving the generated data.
When setting this property with value other than null or empty string, Sheetize.SaveOptions.OutputStream will be ignored.
public string OutputFile { get; set; }
Property Value
OutputStream
Gets and sets the Stream for writing the generated data to.
When setting this property with value other than null, Sheetize.SaveOptions.OutputFile will be ignored.
public Stream OutputStream { get; set; }
Property Value
Namespace: Sheetize
Assembly: Sheetize.dll