print_with_status_dialog Eigentum

Wenn PrintWithStatusDialog = true ist, wird ein Dialogfeld angezeigt, das den aktuellen Druckstatus anzeigt. andernfalls wird kein solcher Dialog angezeigt.

Definition:

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

Siehe auch