GetDocumentInfo

GetDocumentInfo()

Gets source document info - pages count and other document properties specific to the file type.

public IDocumentInfo GetDocumentInfo()

Remarks

Learn more

  • Learn more about converted document - file type, pages count, creation date and many other format specific properties: How to get document info

See Also


GetDocumentInfo<T>()

Gets source document info - pages count and other document properties specific to the file type.

public T GetDocumentInfo<T>()
    where T : IDocumentInfo

Remarks

Learn more

  • Learn more about converted document - file type, pages count, creation date and many other format specific properties: How to get document info

See Also