.NET Framework Class Library
IDocument.GetFileInfo Method (Stream, String)
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > IDocument Interface > IDocument Methods > GetFileInfo Method > IDocument.GetFileInfo Method (Stream, String) |
Returns file information such as MIME type, size, whether open password is required to open the document and other essential information.
Namespace: Gnostice.Core.DOM
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Function GetFileInfo ( _ |
C# |
FileInfo GetFileInfo( |
Visual C++ |
FileInfo^ GetFileInfo( |
stream
Type: System.IO.Stream
Stream of the file for which file information needs to be retrieved.
password
Type: System.String
Open/Permissions password of the file if the file is encrypted.
File information.