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




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEImage Class : SetColorSpace Method
The color space to set.
Sets the color space object for an image.
Syntax
'Declaration
 
Public Sub SetColorSpace( _
   ByVal colorSpace As ImGearPDEColorSpace _
) 
'Usage
 
Dim instance As ImGearPDEImage
Dim colorSpace As ImGearPDEColorSpace
 
instance.SetColorSpace(colorSpace)
public void SetColorSpace( 
   ImGearPDEColorSpace colorSpace
)
public: void SetColorSpace( 
   ImGearPDEColorSpace* colorSpace
) 
public:
void SetColorSpace( 
   ImGearPDEColorSpace^ colorSpace
) 

Parameters

colorSpace
The color space to set.
Remarks
Null if image is an image mask.
See Also

Reference

ImGearPDEImage Class
ImGearPDEImage Members
ImGearPDEColorSpace Class