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

PdfImage.ColorSpace Property

Gets the color space in which image samples shall be specified.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfColorSpace ColorSpace { get; }

Property Value

Type Description
PdfColorSpace

A PdfColorSpace object that is the color space required for an image.

See Also