Aspose::Cells::LowCode::LowCodeImageSaveOptions class
Contents
[
Hide
]LowCodeImageSaveOptions class
Options for saving image in low code way.
class LowCodeImageSaveOptions : public Aspose::Cells::LowCode::LowCodeSaveOptions
Methods
| Method | Description |
|---|---|
| GetImageOptions() | The options for rendering 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. |
| 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. |
| GetSaveFormat() | Gets or sets the save format. |
| GetSaveOptionsProvider() | Provider of save options for saving generated images. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| LowCodeImageSaveOptions() | Default constructor. |
| LowCodeImageSaveOptions(LowCodeImageSaveOptions_Impl* impl) | Constructs from an implementation object. |
| LowCodeImageSaveOptions(const LowCodeImageSaveOptions& src) | Copy constructor. |
| LowCodeImageSaveOptions(const LowCodeSaveOptions& src) | Constructs from a parent object. |
| LowCodeSaveOptions() | Default constructor. |
| LowCodeSaveOptions(LowCodeSaveOptions_Impl* impl) | Constructs from an implementation object. |
| LowCodeSaveOptions(const LowCodeSaveOptions& src) | Copy constructor. |
| explicit operator bool() const | operator bool() |
| operator=(const LowCodeImageSaveOptions& src) | operator= |
| operator=(const LowCodeSaveOptions& src) | operator= |
| SetImageOptions(const ImageOrPrintOptions& value) | The options for rendering images. |
| SetOutputFile(const U16String& value) | 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(const char16_t* value) | 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. |
| SetOutputStream(const Vector <uint8_t>& value) | Gets and sets the Stream for writing the generated data to. When setting this property with value other than null, OutputFile will be ignored. |
| SetSaveFormat(SaveFormat value) | Gets or sets the save format. |
| SetSaveOptionsProvider(const AbstractLowCodeSaveOptionsProvider& value) | Provider of save options for saving generated images. |
| ~LowCodeImageSaveOptions() | Destructor. |
| ~LowCodeSaveOptions() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Class LowCodeSaveOptions
- Namespace Aspose::Cells::LowCode
- Library Aspose.Cells for C++