ColorSpaceGetBaseColorSpace Method |
Gets the base color space.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public ColorSpace GetBaseColorSpace()
Public Function GetBaseColorSpace As ColorSpace
public:
virtual ColorSpace^ GetBaseColorSpace() sealed
function GetBaseColorSpace();
Return Value
Type:
ColorSpace the base color space if this is an e_indexed or e_pattern with
associated base color space; NULL otherwise.
See Also