Aspose::Cells::LowCode::LowCodePdfSaveOptions class

LowCodePdfSaveOptions class

Options for saving pdf in low code way.

class LowCodePdfSaveOptions : public Aspose::Cells::LowCode::LowCodeSaveOptions

Methods

MethodDescription
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() constChecks 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() constoperator 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

FieldDescription
_implThe implementation object.

See Also