resize_mode property
resize_mode property
The property specifies how content should be scaled when page size is changed. Default is AlignTopLeft (no scaling).
Definition:
@property
def resize_mode(self):
...
@resize_mode.setter
def resize_mode(self, value):
...
See Also
- class
PdfConvertOptions