encoding property
encoding property
Gets or sets the encoding that will be used when loading Txt document. Can be null. Default is null.
Definition:
@property
def encoding(self):
...
@encoding.setter
def encoding(self, value):
...
See Also
- module
groupdocs.conversion.options.load
- class
TxtLoadOptions