public interface IDocumentInfo
| 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.
List<PageInfo> getPages()
Gets the list of page information.
long getSize()
Gets the document size in bytes.
Copyright © 2025. All rights reserved.