DocumentInfo
Leave feedback
On this page
Inheritance: java.lang.Object
All Implemented Interfaces: com.groupdocs.redaction.IDocumentInfo
public class DocumentInfo implements IDocumentInfo
Represents an information about document. Implements IDocumentInfo interface. See IDocumentInfo for examples.
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 final FileType getFileType()
Gets the file format description.
Returns: FileType - The file format description.
public final int getPageCount()
Gets the total page count.
Returns: int - The total page count.
public final long getSize()
Gets the document size in bytes.
Returns: long - The document size in bytes.
public final 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.