public class DocumentInfo extends Object implements IDocumentInfo
Represents an information about document. Implements IDocumentInfo interface. See IDocumentInfo for examples.
Learn more
| 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.
|
public final FileType getFileType()
Gets the file format description.
getFileType in interface IDocumentInfopublic final int getPageCount()
Gets the total page count.
getPageCount in interface IDocumentInfopublic final List<PageInfo> getPages()
Gets the list of page information.
getPages in interface IDocumentInfopublic final long getSize()
Gets the document size in bytes.
getSize in interface IDocumentInfoCopyright © 2025. All rights reserved.