IDocumentInfo

IDocumentInfo interface

Contains metadata for a document.

public interface IDocumentInfo

Properties

Name Description
CreationDate { get; } Document creation date
Format { get; } Document format
Item { get; } Get value for a property provided as a key
PagesCount { get; } Document pages count.
PropertyNames { get; } Enumerable of all properties which could be get for the current document info
Size { get; } Document size in bytes

See Also