Click or drag to resize

EncoderOptionsPages Property

Gets or sets the list of 1-based PDF page numbers for adding barcodes. For example "1,2-5,8-". Can also use "odd" or "even" for all odd/even numbered pages in the PDF file. Barcodes will be inserted in the same location on the specified pages. Default is a single barcode on page 1.

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