Gets or sets the alternate color space.

Namespace: Spire.Pdf.ColorSpace
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfColorSpaces AlternateColorSpace { get; set; }
Public Property AlternateColorSpace As PdfColorSpaces
	Get
	Set
public:
property PdfColorSpaces^ AlternateColorSpace {
	PdfColorSpaces^ get ();
	void set (PdfColorSpaces^ value);
}
member AlternateColorSpace : PdfColorSpaces with get, set

Property Value

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

See Also