Maptitude GISDK Help

SaveEditorToBitmap()

Summary

Saves the editor image as a Windows bitmap file.

 

Syntax

SaveEditorToBitmap(string editor_name, string bitmap_file)

 

Argument Contents
ed_name The editor to be saved, or null for the current editor
bitmap_file The path and file name of the bitmap file to be created

 

Notes

Example

SaveEditorToBitmap("My Editor", "c:\\bitmaps\\slide1.bmp")

 

Error Codes

Error Type Meaning
Error Error writing to disk (e.g., out of disk space)
NotFound There is no editor with the specified name

 

See Also

Function Summary
SaveEditorToImage() Saves the contents of the editor window to an image file
SaveEditorToJPEG() Saves the editor image as a JPEG compressed file.

 

 

©2025 Caliper Corporation www.caliper.com