Accusoft.PdfXpress6.Net
PaletteColorSpace Property




Gets and sets the color space used by the palette.
Syntax
'Declaration
 
Public Property PaletteColorSpace As ImageColorSpace
'Usage
 
Dim instance As ImageDataInfo
Dim value As ImageColorSpace
 
instance.PaletteColorSpace = value
 
value = instance.PaletteColorSpace
public ImageColorSpace PaletteColorSpace {get; set;}
public: __property ImageColorSpace get_PaletteColorSpace();
public: __property void set_PaletteColorSpace( 
   ImageColorSpace value
);
public:
property ImageColorSpace PaletteColorSpace {
   ImageColorSpace get();
   void set (    ImageColorSpace value);
}

Property Value

An ImageColorSpace value.
See Also

Reference

ImageDataInfo Class
ImageDataInfo Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback