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

PdfImage.ColorKeyMask Property

Gets a color key mask.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public IList<PdfRange> ColorKeyMask { get; }

Property Value

Type Description
IList<PdfRange>

A collection of PdfRange objects that represents a range of colors to be masked out.

See Also