1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for .NET
  4. /
  5. GroupDocs.Parser.Options
  6. /
  7. FileInfo

FileInfo

FileInfo class

Represents the file information.

public class FileInfo

Properties

Name Description
FileType { get; } Gets the document type.
IsEncrypted { get; } Gets a value that represents whether a file is password-protected.
Size { get; } Gets the size of the document in bytes.

See Also