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

PdfImage.Decode Property

Gets a collection of numbers describing how to map image samples into the range of values appropriate for the image’s color space.

Namespace: DevExpress.Pdf

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

Declaration

public IList<PdfRange> Decode { get; }

Property Value

Type Description
IList<PdfRange>

A collection of PdfRange objects.

See Also