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

Show in webframe

SourceHighBit Property (ShiftDataCommand)








Gets or sets the position of the end bit.
Syntax
public int SourceHighBit {get; set;}
'Declaration
 
Public Property SourceHighBit As Integer
'Usage
 
Dim instance As ShiftDataCommand
Dim value As Integer
 
instance.SourceHighBit = value
 
value = instance.SourceHighBit
public int SourceHighBit {get; set;}
@property (nonatomic, assign) NSUInteger sourceHighBit
public int getSourceHighBit()
public void setSourceHighBit(int value)
            
 <br/>get_SourceHighBit();<br/>set_SourceHighBit(value);<br/>Object.defineProperty('SourceHighBit'); 
public:
property int SourceHighBit {
   int get();
   void set (    int value);
}

Property Value

Position of the end bit. This is inclusive (it is part of the mask). The value should not be less than SourceLowBit. You can also set -1, which is interpreted as "highest bit" (SourceImage->BitsPerPixel - 1). This property accepts only positive values.
Example
Refer to ShiftDataCommand.
Requirements

Target Platforms

See Also

Reference

ShiftDataCommand Class
ShiftDataCommand Members

Error processing SSI file