Class LowCodeImageSaveOptions

LowCodeImageSaveOptions class

Options for saving image in low code way.

public class LowCodeImageSaveOptions : LowCodeSaveOptions

Constructors

NameDescription
LowCodeImageSaveOptions()The default constructor.

Properties

NameDescription
ImageOptions { get; set; }The options for rendering images.
OutputFile { get; set; }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, OutputStream will be ignored.(Inherited from LowCodeSaveOptions.)
OutputStream { get; set; }Gets and sets the Stream for writing the generated data to. When setting this property with value other than null, OutputFile will be ignored.(Inherited from LowCodeSaveOptions.)
override SaveFormat { get; set; }Gets or sets the save format.
SaveOptionsProvider { get; set; }Provider of save options for saving generated images.

See Also