IOConfig

Overview

IOConfig is a class in Aspose.3D FOSS for .NET.

IO config for serialization/deserialization. User can specify detailed configurations like dependency look-up path Or format-related configs here

Properties

NameTypeAccessDescription
FileSystemFactoryFileSystemFactoryRead/WriteGets or sets the factory that creates file system objects
FileFormatFileFormatReadGets or sets the file format used for reading or writing
EncodingEncodingRead/WriteGets or sets the text encoding applied to file operations
FileSystemFileSystemRead/WriteGets or sets the file system abstraction used for I/O
LookupPathsList<string>Read/WriteGets the list of directories searched for resources
FileNamestringRead/WriteGets or sets the name of the file to be processed

Methods

SignatureDescription
IOConfig()Initializes a new I/O configuration instance

See Also