Click or drag to resize

DecoderOptionsPages Property

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.

Namespace:  Opait.Barcode
Assembly:  Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntax
C#
public string Pages { get; set; }

Property Value

Type: String
See Also