Accusoft.ImagXpress13.Net
BytesPerPixel Property




Gets and sets the number of bytes in the image utilized to represent a single pixel.
Syntax
'Declaration
 
Public Property BytesPerPixel As Integer
'Usage
 
Dim instance As LoadOptionsRaw
Dim value As Integer
 
instance.BytesPerPixel = value
 
value = instance.BytesPerPixel
public int BytesPerPixel {get; set;}
public: __property int get_BytesPerPixel();
public: __property void set_BytesPerPixel( 
   int value
);
public:
property int BytesPerPixel {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the number of bytes in the image utilized to represent a single pixel.
Remarks
Must be set to a value from 1-4.

Note: Available in Professional edition.

See Also

Reference

LoadOptionsRaw Class
LoadOptionsRaw Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback