PLPixelDataConverter.OutputBitAlignmentEnum Class#
Visibility: Beginner
Inheritance Hierarchy#
System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLPixelDataConverter.OutputBitAlignmentEnum
Constructors#
| Name | Description | |
|---|---|---|
|  | PLPixelDataConverter.OutputBitAlignmentEnum | Initializes a new instance of the PLPixelDataConverter.OutputBitAlignmentEnum class | 
Properties#
| Name | Description | |
|---|---|---|
|  | LsbAligned | Image data is aligned with the least significant bit. | 
|  | MsbAligned | Image data is aligned with the most significant bit. | 
|  | Name | The full name of OutputBitAlignment (Overrides ParameterListEnum.Name.) | 
Methods#
| Name | Description | |
|---|---|---|
|  | ToString | The full name of OutputBitAlignment (Overrides Object.ToString()()()().) | 
PLPixelDataConverter.OutputBitAlignmentEnum.ToString Method#
The full name of OutputBitAlignment
Return Value#
Type: String
Returns the full name of OutputBitAlignment
PLPixelDataConverter.OutputBitAlignmentEnum Constructor#
Initializes a new instance of the PLPixelDataConverter.OutputBitAlignmentEnum class
PLPixelDataConverter.OutputBitAlignmentEnum.LsbAligned Property#
Image data is aligned with the least significant bit.
PLPixelDataConverter.OutputBitAlignmentEnum.MsbAligned Property#
Image data is aligned with the most significant bit.
PLPixelDataConverter.OutputBitAlignmentEnum.Name Property#
The full name of OutputBitAlignment