FileContentType

FileContentType

Overview

FileContentType is a enum in Aspose.3D FOSS for .NET.

File content type

This enumeration defines 3 values: Binary, ASCII, Unknown.

Values

ValueDescription
BinaryRepresents a binary file content type
ASCIIRepresents an ASCII (text) file content type
UnknownRepresents an indeterminate or unsupported content type

See Also