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