Accusoft.PdfXpress6.Net
ColorSpace Property (ImageDataInfo)




Gets and sets the color space of the image data.
Syntax
'Declaration
 
Public Property ColorSpace As ImageColorSpace
'Usage
 
Dim instance As ImageDataInfo
Dim value As ImageColorSpace
 
instance.ColorSpace = value
 
value = instance.ColorSpace
public ImageColorSpace ColorSpace {get; set;}
public: __property ImageColorSpace get_ColorSpace();
public: __property void set_ColorSpace( 
   ImageColorSpace value
);
public:
property ImageColorSpace ColorSpace {
   ImageColorSpace get();
   void set (    ImageColorSpace value);
}

Property Value

A ImageColorSpace object which contains the color space of the image data.
See Also

Reference

ImageDataInfo Class
ImageDataInfo Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback