Aspose::Cells::LowCode::LowCodePdfSaveOptions class
Contents
[
Hide
]LowCodePdfSaveOptions class
Options for saving pdf in low code way.
class LowCodePdfSaveOptions : public Aspose::Cells::LowCode::LowCodeSaveOptions
Methods
| Method | Description |
|---|---|
| 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. |
| GetPdfOptions() | The options for saving Pdf file. |
| GetSaveFormat() | The save format for the output. For converting to pdf, it can only be SaveFormat.Pdf. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| LowCodePdfSaveOptions() | Default constructor. |
| LowCodePdfSaveOptions(LowCodePdfSaveOptions_Impl* impl) | Constructs from an implementation object. |
| LowCodePdfSaveOptions(const LowCodePdfSaveOptions& src) | Copy constructor. |
| LowCodePdfSaveOptions(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 LowCodePdfSaveOptions& src) | operator= |
| operator=(const LowCodeSaveOptions& src) | operator= |
| 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. |
| SetPdfOptions(const PdfSaveOptions& value) | The options for saving Pdf file. |
| SetSaveFormat(SaveFormat value) | The save format for the output. For converting to pdf, it can only be SaveFormat.Pdf. |
| ~LowCodePdfSaveOptions() | Destructor. |
| ~LowCodeSaveOptions() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Class LowCodeSaveOptions
- Namespace Aspose::Cells::LowCode
- Library Aspose.Cells for C++