GetDocumentInfo

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


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