IDocumentInfo
Leave feedback
On this page
public interface IDocumentInfo
Interface for the document description properties.
| Method | Description |
|---|---|
| getType() | Gets the file type. |
| getPages() | Defines document pages collection. |
| getPageCount() | The document pages count. |
| getSize() | Document size in bytes. |
public abstract FileType getType()
Gets the file type.
Returns: FileType
public abstract IPageInfo[] getPages()
Defines document pages collection.
Returns: com.groupdocs.merger.domain.result.IPageInfo[]
public abstract int getPageCount()
The document pages count.
Returns: int
public abstract long getSize()
Document size in bytes.
Returns: long
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.