ColorSpaceGetAlternateColorSpace Method |
Gets the alternate color space.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public ColorSpace GetAlternateColorSpace()
Public Function GetAlternateColorSpace As ColorSpace
public:
virtual ColorSpace^ GetAlternateColorSpace() sealed
function GetAlternateColorSpace();
Return Value
Type:
ColorSpace the alternate color space if it is available or NULL otherwise.
Color spaces that include alternate color space are e_separation, e_device_n,
and e_icc.
See Also