ImageGear .NET - Updated May 30, 2018
SetColorSpace Method (ImGearPDEImage)




ImageGear24.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)

Parameters

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

Reference

ImGearPDEImage Class
ImGearPDEImage Members
ImGearPDEColorSpace Class