C#
VB
WinRT C#
C++
Gets or sets the RasterImage object that references the mask image.
public RasterImage MaskImage { get; set; }
Public Property MaskImage As Leadtools.RasterImage
public Leadtools.RasterImage MaskImage {get; set;}
get_MaskImage();
set_MaskImage(value);
Object.defineProperty('MaskImage');
public:
property Leadtools.RasterImage^ MaskImage {
Leadtools.RasterImage^ get();
void set ( Leadtools.RasterImage^ );
}
RasterImage object that references the mask image. If NULL is passed, then there is no mask image.
The mask image is the same as original image but with colors on certain areas that need to be preserved.
Refer to IntelligentUpScaleCommand.
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