Accusoft.ImagXpress13.Net
PixelFormat Property




Gets and sets the type of pixel system employed with the current image.
Syntax
'Declaration
 
Public Property PixelFormat As ImageXPixelFormat
'Usage
 
Dim instance As LoadOptionsRaw
Dim value As ImageXPixelFormat
 
instance.PixelFormat = value
 
value = instance.PixelFormat
public ImageXPixelFormat PixelFormat {get; set;}
public: __property ImageXPixelFormat get_PixelFormat();
public: __property void set_PixelFormat( 
   ImageXPixelFormat value
);
public:
property ImageXPixelFormat PixelFormat {
   ImageXPixelFormat get();
   void set (    ImageXPixelFormat value);
}

Property Value

The ImageXPixelFormat enumeration option value set.
Remarks
Both Dib and Raw cannot be set at the same time. One of the following must be set and only one at a time: {Alpha, Argb, Cmyk, Colormapped, Gray, HighGray, Rgb, Rgb555 or Rgb565} For HighGray, the BitsPerPixel must be from 8-16 For Rgb555 or Rgb565, the BitsPerPixel must be 16. For Rgb, the BitsPerPixel must be 24. For Gray or ColorMapped, the BitsPerPixel must be 1, 4 or 8. For Alpha, the BitsPerPixel must be 8. For Cmyk or Argb, the BitsPerPixel must be 32.

Note: Available in Professional edition.

See Also

Reference

LoadOptionsRaw Class
LoadOptionsRaw Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback