Class SaveOptions

Informazione

Opzioni per il salvataggio del file.

public class SaveOptions  

Inheritance

object
SaveOptions

Derived

Inherited Members

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

string

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

Stream

Namespace: Sheetize
Assembly: Sheetize.dll

 Italiano