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 provides 1 method for working with IOConfig objects in Typescript programs. Available methods include: constructor. All public members are accessible to any Typescript application after installing the Aspose.3D FOSS for Typescript package. Properties: encoding, fileFormat, fileName, fileSystem, lookupPaths.

Description

IOConfig is a class in the Aspose.3D FOSS library for TypeScript that exposes 0 methods and 5 properties for programmatic use.

Core capabilities include: fileformat \; string ; `filesystem . These operations enable developers to integrate ioconfig functionality directly into TypeScript applications.

The class also provides the fileFormat property (gets the file format).

Instances are created through a single constructor that initializes the object with default values.

Properties

NameTypeAccessDescription
fileFormatFileFormat | nullReadGets the file format.
encodingstring | nullRead/WriteGets the encoding.
fileSystemFileSystem | nullRead/WriteGets the file system.
lookupPathsstring[]Read/WriteGets the lookup paths.
fileNamestring | nullRead/WriteGets the file name.

Methods

SignatureDescription
constructor()

See Also