is_linked property

FieldLink.is_linked property

Gets or sets whether to reduce the file size by not storing graphics data with the document.

@property
def is_linked(self) -> bool:
    ...

@is_linked.setter
def is_linked(self, value: bool):
    ...

See Also