| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| static BitmapImageExportInstructions | BitmapImageExportInstructions_Create
(double ImageWidth, double ImageHeight)
Creates a new instructions object used to export BMP--format (type) image. |
| static EPSImageExportInstructions | EPSImageExportInstructions_Create
(double ImageWidth, double ImageHeight)
Creates a new instructions object used to export EPSI-format (type) image. |
| static JPEGImageExportInstructions | JPEGImageExportInstructions_Create
(double ImageWidth, double ImageHeight)
Creates a new instructions object used to export a JPEG image. |
| static TIFFImageExportInstructions | TIFFImageExportInstructions_Create
(double ImageWidth, double ImageHeight)
Creates a new instructions object used to export TIFF image. |
| static WindowOId | WindowOId_Create
(int Id)
Creates a new window identifier object. |
| Method Detail |
|---|
| WindowOId_Create |
|---|
| static WindowOId | WindowOId_Create | (int Id) |
Creates a new window identifier object.
|
| BitmapImageExportInstructions_Create |
|---|
| static BitmapImageExportInstructions | BitmapImageExportInstructions_Create | (double ImageWidth, double ImageHeight) |
| Creates a new instructions object used to export BMP--format (type) image.
This object must be passed to Window.ExportRasterImage(String, RasterImageExportInstructions) or BaseSession.ExportCurrentRasterImage(String, RasterImageExportInstructions) for a file to be produced.
|
| TIFFImageExportInstructions_Create |
|---|
| static TIFFImageExportInstructions | TIFFImageExportInstructions_Create | (double ImageWidth, double ImageHeight) |
| Creates a new instructions object used to export TIFF image.
The return value must be passed to Window.ExportRasterImage(String, RasterImageExportInstructions) or BaseSession.ExportCurrentRasterImage(String, RasterImageExportInstructions) to produce an output file.
|
| EPSImageExportInstructions_Create |
|---|
| static EPSImageExportInstructions | EPSImageExportInstructions_Create | (double ImageWidth, double ImageHeight) |
| Creates a new instructions object used to export EPSI-format (type) image.
The return value must be passed to Window.ExportRasterImage(String, RasterImageExportInstructions) or BaseSession.ExportCurrentRasterImage(String, RasterImageExportInstructions) to produce the output file.
|
| JPEGImageExportInstructions_Create |
|---|
| static JPEGImageExportInstructions | JPEGImageExportInstructions_Create | (double ImageWidth, double ImageHeight) |
| Creates a new instructions object used to export a JPEG image.
The return value must be passed to Window.ExportRasterImage(String, RasterImageExportInstructions) or BaseSession.ExportCurrentRasterImage(String, RasterImageExportInstructions) to produce the output file.
|