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; }
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
Type:
PdfColorSpaces
The alternate color space to be used in case the one specified in the stream data is not supported.
See Also