public interface IDocumentInfo
Defines methods that are required for getting basic document information.
Modifier and Type | Method and Description |
---|---|
FileType |
getFileType()
Gets the file format description.
|
int |
getPageCount()
Gets the total page count.
|
long |
getSize()
Gets the document size in bytes.
|
boolean |
isEncrypted()
Gets a value indicating whether the document is encrypted and requires a password to open.
|
FileType getFileType()
Gets the file format description.
int getPageCount()
Gets the total page count.
long getSize()
Gets the document size in bytes.
boolean isEncrypted()
Gets a value indicating whether the document is encrypted and requires a password to open.
Copyright © 2020. All rights reserved.