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

Show in webframe

SourceLowBit Property (ShiftDataCommand)








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 ShiftDataCommand
Dim value As Integer
 
instance.SourceLowBit = value
 
value = instance.SourceLowBit
public int SourceLowBit {get; set;}
@property (nonatomic, assign) NSUInteger sourceLowBit
public int getSourceLowBit()
public void setSourceLowBit(int value)
            
 <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 ShiftDataCommand.
Requirements

Target Platforms

See Also

Reference

ShiftDataCommand Class
ShiftDataCommand Members

Error processing SSI file