![]() | IDecoderOptions Properties |
The IDecoderOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | AutoRotate |
Gets or sets a value indicating whether the image should be automatically rotated.
Rotation is supported for 90, 180 and 270 degrees. Barcode detector sometimes fails
to detect QRCode without this flag even when orientation is zero.
|
![]() | BarcodeTypes |
The list of barcode types to search when decoding. If set to null,
then all available formats are searched. This can significantly reduce
performance and increase false positives.
|
![]() | DetectMultiple |
Detect multiple barcodes on the same image.
|
![]() | Pages |
Gets or sets the list of 1-based page numbers to process when
decoding barcodes. For example "1,2-5,8-", will process pages 1,
2 to 5 inclusive and 8 to the end of the document.
Use "odd" or "even" for odd/even numbered pages.
Use "all" to process all pages.
Use 0 for the last page, -1 for the page before the last, etc.
Default is to process all pages.
|
![]() | Resolution |
Gets or sets the minimum image resolution when rasterizing pages.
Set to zero to automatically select the resolution.
|
![]() | TryHarder |
Gets or sets a value indicating whether to search deeper into bitmaps.
|
![]() | TryInverted |
Gets or sets a value indicating whether the image should be automatically inverted
if no result is found in the original image.
|