Initializes new instance of
FileType class.
Namespace: GroupDocs.Viewer.ResultsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxpublic FileInfo(
FileType fileType
)
Public Sub New (
fileType As FileType
)
public:
FileInfo(
FileType^ fileType
)
new :
fileType : FileType -> FileInfo
Parameters
- fileType
- Type: GroupDocs.ViewerFileType
The type of the file.
ExceptionsException | Condition |
---|
ArgumentNullException | Thrown when fileType is null. |
See Also