encoding property

FieldIncludeText.encoding property

Gets or sets the encoding applied to the data within the referenced file.

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

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

See Also