max_pdf_save_seconds property

max_pdf_save_seconds property

Gets/Sets the max timed out seconds when save to PDF. the default value is 10.

Definition:

@property
def max_pdf_save_seconds(self):
    ...
@staticmethod
def set_max_pdf_save_seconds(value):
    ...

See Also