encoding property
encoding property
Get or sets the encoding to be used when loading the web document. If the property is null the encoding will be determined from document character set attribute
Definition:
@property
def encoding(self):
...
@encoding.setter
def encoding(self, value):
...
See Also
- module
groupdocs.conversion.options.load
- class
WebLoadOptions