save_format property
save_format property
The save format for the output.
For converting to pdf, it can only be SaveFormat.PDF
.
Definition:
@property
def save_format(self):
...
@save_format.setter
def save_format(self, value):
...
See Also
- module
aspose.cells.lowcode
- class
LowCodePdfSaveOptions
- class
SaveFormat