graphic_filter property

FieldIncludePicture.graphic_filter property

Gets or sets the name of the filter for the format of the graphic that is to be inserted.

@property
def graphic_filter(self) -> str:
    ...

@graphic_filter.setter
def graphic_filter(self, value: str):
    ...

See Also