Class LowCodeSaveOptions
Namespace: Aspose.Cells.LowCode
Assembly: Aspose.Cells.dll (25.4.0)
Options for saving generated results in low code way.
public class LowCodeSaveOptions
Inheritance
Derived
LowCodeHtmlSaveOptions , LowCodeImageSaveOptions , LowCodePdfSaveOptions
Constructors
LowCodeSaveOptions()
public LowCodeSaveOptions()
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, Aspose.Cells.LowCode.LowCodeSaveOptions.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, Aspose.Cells.LowCode.LowCodeSaveOptions.OutputFile will be ignored.
public Stream OutputStream { get; set; }
Property Value
SaveFormat
Gets and sets the save format for the output. Generally, for specific process in low code way, only some specific formats are allowed. Please specify the correct format for corresponding process, otherwise unexpected result or even exception may be caused.
public virtual SaveFormat SaveFormat { get; set; }