PdfImage.HasMask Property

Gets a value indicating whether this PdfImage has associated mask color, a stencil mask image or a soft mask.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public bool HasMask { get; }
VB
Public ReadOnly Property HasMask As Boolean
	Get

Property Value

Type: Boolean
true if this PdfImage has associated mask color, a stencil mask image or a soft mask. false if this PdfImage has no associated mask.

See Also