Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfImage.IsMask Property

Gets a value that determines whether an image is a stencil mask image.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public bool IsMask { get; }

Property Value

Type Description
Boolean

true, if an image is a stencil mask image; otherwise, false.

See Also