zoom_factor property

zoom_factor property

Gets or sets the zoom percentage used when PdfSaveOptions.zoom_behavior is PdfZoomBehavior.ZOOM_FACTOR.

Remarks

This property is ignored unless PdfSaveOptions.zoom_behavior is PdfZoomBehavior.ZOOM_FACTOR.

Definition:

@property
def zoom_factor(self):
    ...
@zoom_factor.setter
def zoom_factor(self, value):
    ...

See Also