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