 | IEncoderOptionsPages 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.Barcoder.Api
Assembly:
Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntaxstring Pages { get; set; }
Property Value
Type:
String
See Also