Aspose::Pdf::XImage::get_ImageMask method

XImage::get_ImageMask method

Gets a flag indicating whether the image shall be treated as an image mask (see 8.9.6, “Masked Images”). If this flag is true, the value of BitsPerComponent shall be 1 and Mask and ColorSpace shall not be specified; unmasked areas shall bepainted using the current nonstroking colour. Default value: false.

bool Aspose::Pdf::XImage::get_ImageMask()

Remarks

True is the image is image mask.

See Also