IDocumentInfo
Leave feedback
On this page
public interface IDocumentInfo
Defines methods that are required for getting basic document information.
Learn more
| Method | Description |
|---|---|
| getFileType() | Gets the file format description. |
| getPageCount() | Gets the total page count. |
| getSize() | Gets the document size in bytes. |
| getPages() | Gets the list of page information. |
public abstract FileType getFileType()
Gets the file format description.
Returns: FileType - The file format description.
public abstract int getPageCount()
Gets the total page count.
Returns: int - The total page count.
public abstract long getSize()
Gets the document size in bytes.
Returns: long - The document size in bytes.
public abstract List<PageInfo> getPages()
Gets the list of page information.
Returns: java.util.List<com.groupdocs.redaction.PageInfo> - The list of page information.
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.