public enum RasterGetSetOverlayImageMode
Public Enum RasterGetSetOverlayImageMode
typedef NS_ENUM(NSInteger, LTRasterGetSetOverlayImageMode)
public enum RasterGetSetOverlayImageMode
public enum class RasterGetSetOverlayImageMode
Value | Member | Description |
---|---|---|
0 | Copy | A copy of the overlay image is retrieved/inserted from/into the overlay list. |
1 | NoCopy | The actual overlay image is retrieved/inserted. No copy is made. |
3 | Move | For RasterImage.GetOverlayImage, the actual overlay image is retrieved. The image is also removed from the overlay list For RasterImage.SetOverlayImage, the overlay image is moved into the overlay list. It will also be reset, so you cannot make changes to it. |
This enumeration is used for the mode parameter for RasterImage.GetOverlayImage and RasterImage.SetOverlayImage.
For more information, refer to Overlay Overview.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document