Package | Description |
---|---|
MST.Imaging.Document | |
MST.Imaging.FileFormats | |
MST.Imaging.Image |
Modifier and Type | Method and Description |
---|---|
boolean |
MSTDocument.Export(java.io.FileOutputStream fos,
OutputType outputtype,
java.lang.String Annotations,
SAVEOPTION options) |
boolean |
MSTPdf.Export(java.lang.String DestFileName,
OutputType outputtype,
java.lang.String Annotations,
SAVEOPTION options) |
boolean |
MSTDocument.Export(java.lang.String DestFileName,
OutputType outputtype,
java.lang.String Annotations,
SAVEOPTION options) |
Modifier and Type | Method and Description |
---|---|
boolean |
IMSTFileFormat.Export(java.io.FileOutputStream fos,
OutputType outputtype,
java.lang.String Annotations,
SAVEOPTION options)
Exports the file in specified output type.
|
boolean |
IMSTFileFormat.Export(java.lang.String DestFileName,
OutputType outputtype,
java.lang.String Annotations,
SAVEOPTION options)
Exports the file in specified output type.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MSTImage.Export(java.io.FileOutputStream fos,
OutputType outputtype,
java.lang.String annotations,
SAVEOPTION options) |
boolean |
MSTImage.Export(java.lang.String DestFileName,
OutputType outputtype,
java.lang.String Annotations,
SAVEOPTION options) |