Accusoft.ImagXpress13.Net
HighBitIndex Property




Gets and sets the number of bits to process.
Syntax
'Declaration
 
Public Property HighBitIndex As Integer
'Usage
 
Dim instance As LoadOptionsRaw
Dim value As Integer
 
instance.HighBitIndex = value
 
value = instance.HighBitIndex
public int HighBitIndex {get; set;}
public: __property int get_HighBitIndex();
public: __property void set_HighBitIndex( 
   int value
);
public:
property int HighBitIndex {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the number of bits to process.
Remarks

Valid values are 0 to 15.

When zero (0) is set, all bits are used. Any other value restricts the number of bits to interpret.

Note: Available in Professional edition.

See Also

Reference

LoadOptionsRaw Class
LoadOptionsRaw Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback