[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.BarCodes.MicroQRCodeOptions

MicroQRCodeOptions Class

Represents the MicroQRCode barcode's particular information.

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

Constructors

Name Description
MicroQRCodeOptions()

Initializes a new instance of the MicroQRCodeOptions class.

MicroQRCodeOptions(string)

Initializes a new instance of the MicroQRCodeOptions class.

Properties

Name Description
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.

Version

Gets or sets the MicroQRCode'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