Accusoft.ImagXpress13.Net
BitsPerPixel Property (LoadOptionsRaw)




Gets and sets the bit depth of the image being loaded.
Syntax
public int BitsPerPixel {get; set;}
public: __property int get_BitsPerPixel();
public: __property void set_BitsPerPixel( 
   int value
);
public:
property int BitsPerPixel {
   int get();
   void set (    int value);
}
'Declaration
 
Public Property BitsPerPixel As Integer
 
'Usage
 
Dim instance As LoadOptionsRaw
Dim value As Integer
 
instance.BitsPerPixel = value
 
value = instance.BitsPerPixel

Property Value

An integer which represents the bit depth of the image being loaded.
Remarks
Must be set to 1, 4, 8, 16, 24, or 32; or from 8-16 when PixelFormat is HighGray.

Note: Available in Professional edition.

See Also

Reference

LoadOptionsRaw Class
LoadOptionsRaw Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback