public interface IDocumentInfo
The objects which implement this interface are returned by Parser.getDocumentInfo()
method.
See the usage examples there.
Modifier and Type | Method and Description |
---|---|
FileType |
getFileType()
Gets the document type.
|
int |
getPageCount()
Gets the total number of document pages.
|
List<PageInfo> |
getPages()
Gets the information about pages such as the index and page size.
|
long |
getSize()
Gets the size of the document in bytes.
|
FileType getFileType()
FileType
class that represents the type of the document.int getPageCount()
long getSize()
Copyright © 2019. All rights reserved.