LowCodeSaveOptions.OutputStream

LowCodeSaveOptions.OutputStream property

Gets and sets the Stream for writing. When setting this property with value other than null, OutputFile will be ignored.

public Stream OutputStream { get; set; }

See Also