Package | Description |
---|---|
MST.Imaging.Document | |
MST.Imaging.FileFormats | |
MST.Imaging.Image |
Modifier and Type | Class and Description |
---|---|
class |
MSTDocumentPage |
class |
MSTPdfPage |
Modifier and Type | Method and Description |
---|---|
IMSTPage |
MSTPdf.GetPage(int pageNo) |
IMSTPage |
MSTDocument.GetPage(int pageNo) |
IMSTPage |
MSTPdf.GetPage(int PageNo,
PageInfo pgInfo) |
IMSTPage |
MSTDocument.GetPage(int PageNo,
PageInfo pgInfo) |
IMSTPage[] |
MSTPdf.GetPages(int fromPage,
int toPage,
java.util.List<PageInfo> listPageInfo) |
IMSTPage[] |
MSTDocument.GetPages(int fromPage,
int toPage,
java.util.List<PageInfo> listPageInfo) |
Modifier and Type | Method and Description |
---|---|
IMSTPage |
IMSTFileFormat.GetPage(int pageNo)
This method loads the page data into the IMSTPage object.
|
IMSTPage |
IMSTFileFormat.GetPage(int PageNo,
PageInfo pgInfo)
This method loads the page data into the IMSTPage object with the given parameters in PageInfo.
|
IMSTPage[] |
IMSTFileFormat.GetPages(int FromPage,
int ToPage,
java.util.List<PageInfo> lstPageInfo)
This method loads the page data into the IMSTPage object with the given parameters in PageInfo.
|
Modifier and Type | Class and Description |
---|---|
class |
MSTImagePage |
Modifier and Type | Method and Description |
---|---|
IMSTPage |
MSTImage.GetPage(int pageNo) |
IMSTPage |
MSTImage.GetPage(int PageNo,
PageInfo pgInfo) |
IMSTPage[] |
MSTImage.GetPages(int fromPage,
int toPage,
java.util.List<PageInfo> listPageInfo) |