public interface IDocumentInfo
Defines methods that are required for getting basic document information.
Modifier and Type | Method and Description |
---|---|
FileType |
getFileType()
Gets the file format description.
|
int |
getPageCount()
Gets the total page count.
|
List<PageInfo> |
getPages()
Gets the list of page information.
|
long |
getSize()
Gets the document size in bytes.
|
FileType getFileType()
Gets the file format description.
int getPageCount()
Gets the total page count.
long getSize()
Gets the document size in bytes.