Accusoft.PdfXpress7.Net
ColorSpace Property (ImageDataInfo)




Gets and sets the color space of the image data.
Syntax
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);
}
'Declaration
 
Public Property ColorSpace As ImageColorSpace
 
'Usage
 
Dim instance As ImageDataInfo
Dim value As ImageColorSpace
 
instance.ColorSpace = value
 
value = instance.ColorSpace

Property Value

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

Reference

ImageDataInfo Class
ImageDataInfo Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback