load method
load
Loads the document from a stream.
def load(self, input):
...
Parameter | Type | Description |
---|---|---|
input | io.RawIOBase | Stream to read from |
See Also
- module
groupdocs.redaction.integration
- class
DocumentFormatInstance
Loads the document from a stream.
def load(self, input):
...
Parameter | Type | Description |
---|---|---|
input | io.RawIOBase | Stream to read from |
groupdocs.redaction.integration
DocumentFormatInstance