GetDocumentInfo
Contents
[
Hide
]
GetDocumentInfo()
Gets source document info - pages count and other document properties specific to the file type.
public IDocumentInfo GetDocumentInfo()
Return Value
Document information as 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
- interface IDocumentInfo
- class Converter
- namespace GroupDocs.Conversion
- assembly GroupDocs.Conversion
GetDocumentInfo<T>()
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. |
Return Value
Document information as the specified type T.
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
- interface IDocumentInfo
- class Converter
- namespace GroupDocs.Conversion
- assembly GroupDocs.Conversion