IOConfig
Overview
IOConfig is a class in Aspose.3D FOSS for TypeScript.
IOConfig.fileFormat holds the target or source file format, or null if unspecified.
This class declares 1 method for IOConfig objects in TypeScript programs.
Available methods include: constructor.
Public members are accessible to any TypeScript application after installing the Aspose.3D FOSS for TypeScript package.
Properties: encoding, fileFormat, fileName, fileSystem, lookupPaths.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
fileFormat | FileFormat | null | Read | Gets the file format. |
encoding | string | null | Read/Write | Gets the encoding. |
fileSystem | FileSystem | null | Read/Write | Gets the file system. |
lookupPaths | string[] | Read/Write | Gets the lookup paths. |
fileName | string | null | Read/Write | Gets the file name. |
Methods
| Signature | Description |
|---|---|
constructor() | Calls constructor on this IOConfig instance. |