load method
load
Opens a new image with load_options.
Returns
A newly opened image instance.
def load(self, stream_container, load_options):
...
| Parameter | Type | Description |
|---|---|---|
| stream_container | StreamContainer | The stream container. |
| load_options | LoadOptions | The load options. |
See Also
- module
aspose.cad.loaders - class
U3dLoader