ImageGear .NET v25.0 - Updated
GetColorSpace Method (ImGearPDEImage)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEImage Class : GetColorSpace Method
Gets the color space object for an image.
Syntax
'Declaration
 
Public Function GetColorSpace() As ImGearPDEColorSpace
'Usage
 
Dim instance As ImGearPDEImage
Dim value As ImGearPDEColorSpace
 
value = instance.GetColorSpace()
public ImGearPDEColorSpace GetColorSpace()
public: ImGearPDEColorSpace* GetColorSpace(); 
public:
ImGearPDEColorSpace^ GetColorSpace(); 

Return Value

ImGearPDEColorSpace class value.
Remarks
Null if image an image mask.
See Also

Reference

ImGearPDEImage Class
ImGearPDEImage Members
ImGearPDEColorSpace Class