GetDocumentInfo
Contents
[
Hide
]
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
- 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
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