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