[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.BarCodes.PDF417Options

PDF417Options Class

Represents the PDF417 barcode's particular information.

Inheritance
BarCodeOptionsBase
PDF417Options
Implements
Namespace: GrapeCity.ActiveReports.BarCodes
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public class PDF417Options : BarCodeOptionsBase, ICloneable

Constructors

Name Description
PDF417Options()

Initializes a new instance of the PDF417Options class.

PDF417Options(string)

Initializes a new instance of the PDF417Options class.

Properties

Name Description
Column

Gets or sets column numbers for the barcode.

EncodingCodePage

Design-time property to specify encoding in designer.

ErrorLevel

Gets or sets the error correction level for the barcode.

Row

Gets or sets row numbers for the barcode.

Type

Gets or sets the PDF417 barcode's type.

Methods

Name Description
Clone()

Creates a new object that is a copy of the current instance.

ToString()

Returns a string that represents this instance.

Extension Methods