can_load method
can_load
Checks if it is possible to read this file.
Returns
True, if it is possible to load header from stream. False, if it is impossible to load header from stream.
def can_load(self, stream_container, load_options):
...
Parameter | Type | Description |
---|---|---|
stream_container | StreamContainer | Stream with file |
load_options | LoadOptions | Options to load |
See Also
- module
aspose.cad.loaders
- class
U3dLoader