Class LowCodeSaveOptions
Class LowCodeSaveOptions
Namespace: Aspose.Diagram.LowCode
Assembly: Aspose.Diagram.dll (26.5.0)
Options for saving generated results in low code way.
public class LowCodeSaveOptionsInheritance
Derived
Constructors
LowCodeSaveOptions()
public LowCodeSaveOptions()Properties
OutputFile
Gets and sets the file for saving the generated data. When setting this property with value other than null or empty string, Aspose.Diagram.LowCode.LowCodeSaveOptions.OutputStream will be ignored.
public string OutputFile { get; set; }Property Value
OutputStream
Gets and sets the Stream for writing. When setting this property with value other than null, Aspose.Diagram.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 SaveFileFormat SaveFormat { get; set; }