FrameCaptureFormat Class |
Namespace: Com.Datalogic.Decode.Configuration
The FrameCaptureFormat type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Bitmap | Frames captured by the Scanner are stored as bitmap |
![]() ![]() | Greyscale8bpp | Frames captured by the Scanner are stored as Greyscale 8bpp |
![]() | JniPeerMembers | To be added. |
![]() ![]() | Jpeg | Frames captured by the Scanner are stored as jpeg |
Name | Description | |
---|---|---|
![]() ![]() | FromOrdinal | |
![]() ![]() | ValueOf | Returns the enum constant of this type with the specified name. |
![]() ![]() | Values | Returns an array containing the constants of this enum type, in
the order they are declared. |
GREYSCALE8BPP | Frames captured by the Scanner are encoded as Greyscale 8bpp |
JPEG | Frames captured by the Scanner are encoded as jpeg |
BITMAP | Frames captured by the Scanner are encoded as bitmap |