[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.BarCodes.QRCodeOptions

QRCodeOptions Class

Represents the QRCode barcode's particular information.

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

Constructors

Name Description
QRCodeOptions()

Initializes a new instance of the QRCodeOptions class.

QRCodeOptions(string)

Initializes a new instance of the QRCodeOptions class.

Properties

Name Description
Connection

Gets or sets whether connection is used for the barcode.

ConnectionNumber

Gets or sets the connection number for the barcode.

EncodingCodePage

Design-time property to specify encoding in designer.

ErrorLevel

Gets or sets the error correction level for the barcode.

Mask

Gets or sets the pattern used for the barcode's masking.

Model

Gets or sets the QRCode's model.

Version

Gets or sets the QRCode's version.

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