Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

SourceLowBit Property (SelectDataCommand)








Gets or sets the position of the start bit that will construct the mask.
Syntax
public int SourceLowBit {get; set;}
'Declaration
 
Public Property SourceLowBit As Integer
'Usage
 
Dim instance As SelectDataCommand
Dim value As Integer
 
instance.SourceLowBit = value
 
value = instance.SourceLowBit
public int SourceLowBit {get; set;}
 <br/>get_SourceLowBit();<br/>set_SourceLowBit(value);<br/>Object.defineProperty('SourceLowBit'); 
public:
property int SourceLowBit {
   int get();
   void set (    int value);
}

Property Value

Position of the start bit that will construct the mask. The position is a zero based number. This property accepts only positive values.
Example
Refer to SelectDataCommand.
Requirements

Target Platforms

See Also

Reference

SelectDataCommand Class
SelectDataCommand Members

Error processing SSI file