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

DocumentInfo

DocumentInfo class

Represents the document information.

public class DocumentInfo : IDocumentInfo

Properties

Name Description
FileType { get; } Gets the document type.
PageCount { get; } Gets the total number of document pages.
Pages { get; } Gets the information about pages such as the index and page size.
RawPageCount { get; } Gets the total number of document raw pages.
Size { get; } Gets the size of the document in bytes.

Remarks

Learn more:

See Also