Click or drag to resize

PdfICCColorSpace AlternateColorSpace Property

Gets or sets the alternate color space.

Namespace: Spire.Pdf.ColorSpace
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfColorSpaces AlternateColorSpace { get; set; }

Property Value

Type: PdfColorSpaces
The alternate color space to be used in case the one specified in the stream data is not supported.
See Also