print_only property
print_only property
Get or sets the value indicating whether annotation will be printed, but not displayed in pdf viewing application.
Definition:
@property
def print_only(self):
...
@print_only.setter
def print_only(self, value):
...