C#
VB
C++
Gets or sets the enumerated value that specifies what action to take regarding the existing image region.
public RasterRegionCombineMode Operation { get; set; }
Public Property Operation As Leadtools.RasterRegionCombineMode
public:
property Leadtools.RasterRegionCombineMode Operation {
Leadtools.RasterRegionCombineMode get();
void set ( Leadtools.RasterRegionCombineMode );
}
Enumerated value that specifies what action to take regarding the existing image region, if one is defined.
For an example, refer to MedicalViewerRegion()
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET