[]
        
(Showing Draft Content)

C1.BarCode.PDF417Options

PDF417Options Class

The options of PDF417.

Inheritance
PDF417Options
Implements
Namespace: C1.BarCode
Assembly: C1.WPF.BarCode.dll
Syntax
public class PDF417Options : BarCodeOptionsBase, ICloneable

Constructors

Name Description
PDF417Options()

Initializes a new instance of the C1.BarCode.PDF417 class.

PDF417Options(string)

Initializes a new instance of the C1.BarCode.PDF417 class.

Properties

Name Description
Column

Gets or sets columns number for the barcode.

ErrorLevel

Gets or sets the error correction level for the barcode.

Row

Gets or sets row numbers for the barcode.

Type

Gets or set the PDF417 barcode's type.

Methods

Name Description
AssignFrom(BarCodeOptionsBase)

Assigns (copies) properties from another BarCodeOptionsBase to the current object.

Clone()

Makes object copy

Reset()

Resets all properties to default values.

ResetEncoding()
ShouldSerialize()

Indicates whether any property of this object has changed from its default value.

ShouldSerializeEncoding()
ToString()

Returns a string that represents the current object.