public interface IDocumentInfo
Interface for the document description properties.
int
getPageCount()
IPageInfo[]
getPages()
long
getSize()
FileType
getType()
int getPageCount()
The document pages count.
IPageInfo[] getPages()
Defines document pages collection.
long getSize()
Document size in bytes.
FileType getType()
Gets the file type.