insert_as_picture property

FieldLink.insert_as_picture property

Gets or sets whether to insert the linked object as a picture.

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

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

See Also