GetDocumentInfo
Leave feedback
On this page
Gets source document info - pages count and other document properties specific to the file type.
public IDocumentInfo GetDocumentInfo()
Document information as IDocumentInfo.
Learn more
- Learn more about converted document - file type, pages count, creation date and many other format specific properties: How to get document info
- interface IDocumentInfo
- class Converter
- namespace GroupDocs.Conversion
- assembly GroupDocs.Conversion
Gets source document info - pages count and other document properties specific to the file type.
public T GetDocumentInfo<T>()
where T : IDocumentInfo
| Parameter | Description |
|---|---|
| T | The specific document info type. |
Document information as the specified type T.
Learn more
- Learn more about converted document - file type, pages count, creation date and many other format specific properties: How to get document info
- interface IDocumentInfo
- class Converter
- namespace GroupDocs.Conversion
- assembly GroupDocs.Conversion
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.