API / geotoolkit / seismic / cgmplus / CgmPlusExport / CgmPlusExport
cgmplus.CgmPlusExport.CgmPlusExport
Type Aliases
Type Aliases
Ƭ ExportToCgmStreamAsyncRoot: Object
root node to be used for export.
| Name | Type | Description |
|---|---|---|
callback? | (message?: string) => void | callback function |
exportbounds? | Rect | export bounds |
exportoptions? | Record<string, any> | options to be used with IExportable element |
progress? | (value: number) => void | progress function |
root? | IExportable | AbstractDocumentElement | Group | Shape | root node to be used for export. |
stream? | IWritable | output stream |
usesimplegradient? | boolean | set true if use two-colored gradients |