DocumentInfo class
DocumentInfo class
Provides common information about a loaded document.
The DocumentInfo type exposes the following members:
Properties
Property | Description |
---|---|
file_type | Gets the file type of the loaded document. |
size | Gets the size of the loaded document in bytes. |
page_count | Gets the number of pages (slides, worksheets, etc) in the loaded document. |
pages | Gets a collection of objects representing common information about the document pages (slides, worksheets, etc). |
is_encrypted | Gets a value indicating whether the document is encrypted and requires a password to open. |
Remarks
Learn more | | |
Example
This example demonstrates how to extract basic format information from a file.
See Also
- module
groupdocs.metadata.common
- class
IDocumentInfo