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

PdfImage.Matte Property

Gets a collection of component values specifying the matte color with which the image data in the parent image shall have been preblended.

Namespace: DevExpress.Pdf

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

Declaration

public IList<double> Matte { get; }

Property Value

Type Description
IList<Double>

A collection of Double objects.

See Also