perform_binary_check method
perform_binary_check
Checks if the given stream contains a document, supported by this format instance.
Returns
True, if the document can be loaded by this format instance and false otherwise
def perform_binary_check(self, input):
...
Parameter | Type | Description |
---|---|---|
input | io.RawIOBase | Document content stream |
See Also
- module
groupdocs.redaction.integration
- class
DocumentFormatInstance