Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

MaskImage Property (DigitalSubtractCommand)








Gets or sets the RasterImage object that references the mask image.
Syntax
public RasterImage MaskImage {get; set;}
'Declaration
 
Public Property MaskImage As RasterImage
'Usage
 
Dim instance As DigitalSubtractCommand
Dim value As RasterImage
 
instance.MaskImage = value
 
value = instance.MaskImage
public RasterImage MaskImage {get; set;}
@property (nonatomic, strong, nullable) LTRasterImage *maskImage
public RasterImage getMaskImage()
public void setMaskImage(RasterImage value)
            
 <br/>get_MaskImage();<br/>set_MaskImage(value);<br/>Object.defineProperty('MaskImage'); 
public:
property RasterImage^ MaskImage {
   RasterImage^ get();
   void set (    RasterImage^ value);
}

Property Value

RasterImage object that references the mask image. This image will not be affected.
Example
Refer to DigitalSubtractCommand.
Requirements

Target Platforms

See Also

Reference

DigitalSubtractCommand Class
DigitalSubtractCommand Members

Error processing SSI file