'Declaration <DefaultValueAttribute(null)> <DescriptionAttribute("The black-white or 8-bit image mask.")> Public Property MaskImage As Vintasoft.Imaging.VintasoftImage
[DefaultValue(null)] [Description("The black-white or 8-bit image mask.")] public Vintasoft.Imaging.VintasoftImage MaskImage { get; set; }
[DefaultValue(null)] [Description("The black-white or 8-bit image mask.")] public: __property Vintasoft.Imaging.VintasoftImage* get_MaskImage(); public: __property void set_MaskImage(
Vintasoft.Imaging.VintasoftImage* value
);
[DefaultValue(null)] [Description("The black-white or 8-bit image mask.")] public:
property Vintasoft.Imaging.VintasoftImage^ MaskImage { Vintasoft.Imaging.VintasoftImage^ get(); void set(Vintasoft.Imaging.VintasoftImage^ value); }
Property Value
Black-white or 8-bit image mask used to generate the new image. Supported formats are BlackWhite and Gray8.