Click or drag to resize

PdfImageImageMask Property

(Optional) A flag indicating whether the image shall be treated as an image mask (see 8.9.6, "Masked Images").

If this flag is , the value of BitsPerComponent shall be 1 and Mask and ColorSpace shall not be specified; unmasked areas shall be painted using the current nonstroking color.

Default value: .


Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public bool ImageMask { get; }

Property Value

Boolean
A flag indicating whether the image shall be treated as an image mask.
See Also