Click or drag to resize

IDecoderOptionsPages 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.Barcoder.Api
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
string Pages { get; set; }

Property Value

Type: String
See Also