SaveOptions

Overview

SaveOptions is a class in Aspose.3D FOSS for TypeScript.

This class declares 1 method for SaveOptions 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, exportTextures, fileFormat, fileName, fileSystem, lookupPaths.

Properties

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

Methods

SignatureDescription
constructor()Calls constructor on this SaveOptions instance.

See Also