hide_ink property

hide_ink property

Shows or hides Ink elements in exported document.

Remarks

Default value is false.

Definition:

@property
def hide_ink(self):
    ...

@hide_ink.setter
def hide_ink(self, value):
    ...

See Also