IDocumentInfo

IDocumentInfo interface

Defines document description properties.

public interface IDocumentInfo

Properties

Name Description
FileType { get; set; } Represents file type. Provides methods to obtain list of all file types supported by GroupDocs.Comparison, detect file type by extension etc.
PageCount { get; set; } Number of pages in document.
PagesInfo { get; set; } Pages Information (Page Number, Width, Height).
Size { get; set; } File size.

See Also