IDocumentInfo Interface
Contains metadata for a document.

Namespace: GroupDocs.Conversion.Contracts
Assembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.9.0.0 (22.9)
Syntax
public interface IDocumentInfo

The IDocumentInfo type exposes the following members.

Properties
  NameDescription
Public propertyCreationDate
Document creation date
Public propertyFormat
Document format
Public propertyItem
Get value for a property provided as a key
Public propertyPagesCount
Document pages count.
Public propertyPropertyNames
Enumerable of all properties which could be get for the current document info
Public propertySize
Document size in bytes
See Also