Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

Declaration

public IList<double> Matte { get; }

Property Value

Type Description
IList<Double>

A collection of Double objects.

See Also