LoadOptions
Overview
LoadOptions is a class in Aspose.3D FOSS for .NET.
Inherits from: IOConfig.
The base class to configure options in file loading for different types
Properties: Encoding, FileFormat, FileName, FileSystem, FileSystemFactory, LookupPaths.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
FileSystemFactory | FileSystemFactory | Read/Write | Gets or sets the factory class for FileSystem. |
FileFormat | FileFormat | Read | Gets the file format that specified in current Save/Load option. |
Encoding | Encoding | Read/Write | Gets or sets the default encoding for text-based files. |
FileSystem | FileSystem | Read/Write | Allow user to handle how to manage the external dependencies during load/save. |
LookupPaths | List<string> | Read/Write | Some files like OBJ depends on external file, the lookup paths will allows Aspose.3D to look for external file to load. |
FileName | string | Read/Write | The file name of the exporting/importing scene. |