1. GroupDocs.Annotation
  2. /
  3. GroupDocs.Annotation for .NET
  4. /
  5. GroupDocs.Annotation
  6. /
  7. Interface IDocumentInfo

Interface IDocumentInfo

IDocumentInfo interface

Interface that defines list of available document information

public interface IDocumentInfo

Properties

Name Description
FileType { get; set; } Document file type
PageCount { get; set; } Amount of pages
PagesInfo { get; set; } A list of information about each page
Size { get; set; } File size in bytes

See Also