LowCodeImageSaveOptions Class

LowCodeImageSaveOptions class

Options for saving image in low code way.


type LowCodeImageSaveOptions struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewLowCodeImageSaveOptionsDefault constructor.
NewLowCodeImageSaveOptions_LowCodeSaveOptionsConstructs from a parent object.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetSaveFormatGets or sets the save format.
SetSaveFormatGets or sets the save format.
GetImageOptionsThe options for rendering images.
SetImageOptionsThe options for rendering images.
GetSaveOptionsProviderProvider of save options for saving generated images.
SetSaveOptionsProviderProvider of save options for saving generated images.
GetOutputFileGets 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.
SetOutputFileGets 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.
GetOutputStreamGets and sets the Stream for writing the generated data to.When setting this property with value other than null, OutputFile will be ignored.
SetOutputStreamGets and sets the Stream for writing the generated data to.When setting this property with value other than null, OutputFile will be ignored.