LowCodePdfSaveOptions class
LowCodePdfSaveOptions class
Options for saving pdf in low code way.
Inheritance: LowCodePdfSaveOptions
→
LowCodeSaveOptions
The LowCodePdfSaveOptions type exposes the following members:
Constructors
Constructor | Description |
---|---|
__init__(self) | Constructs a new instance of LowCodePdfSaveOptions |
Properties
Property | Description |
---|---|
output_file | 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, LowCodeSaveOptions.output_stream will be ignored. |
output_stream | Gets and sets the Stream for writing the generated data to. When setting this property with value other than null, LowCodeSaveOptions.output_file will be ignored. |
save_format | The save format for the output. For converting to pdf, it can only be SaveFormat.PDF . |
pdf_options | The options for saving Pdf file. |
See Also
- module
aspose.cells.lowcode
- class
LowCodePdfSaveOptions
- class
LowCodeSaveOptions