LowCodeImageSaveOptions Class
Contents
[
Hide
]LowCodeImageSaveOptions class
Options for saving image in low code way.
type LowCodeImageSaveOptions struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewLowCodeImageSaveOptions | Default constructor. |
| NewLowCodeImageSaveOptions_LowCodeSaveOptions | Constructs from a parent object. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetSaveFormat | Gets or sets the save format. |
| SetSaveFormat | Gets or sets the save format. |
| GetImageOptions | The options for rendering images. |
| SetImageOptions | The options for rendering images. |
| GetSaveOptionsProvider | Provider of save options for saving generated images. |
| SetSaveOptionsProvider | Provider of save options for saving generated images. |
| GetOutputFile | 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. |
| SetOutputFile | 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. |
| GetOutputStream | Gets and sets the Stream for writing the generated data to.When setting this property with value other than null, OutputFile will be ignored. |
| SetOutputStream | Gets and sets the Stream for writing the generated data to.When setting this property with value other than null, OutputFile will be ignored. |