ImageGetImageColorSpace Method |
Gets the bitmap.
Gets the bitmapSource.
Gets the image color space.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public ColorSpace GetImageColorSpace()
Public Function GetImageColorSpace As ColorSpace
public:
virtual ColorSpace^ GetImageColorSpace() sealed
function GetImageColorSpace();
Return Value
Type:
ColorSpace the bitmap
Return Value
Type:
ColorSpace the bitmapSource
Return Value
Type:
ColorSpace The SDF object representing the color space in which image
samples are specified or NULL if:
- the image is an image mask
- or is compressed using JPXDecode with missing ColorSpace entry in image dictionary.
The returned color space may be any type of color space except Pattern.
See Also