[]
        
(Showing Draft Content)

GrapeCity.Documents.Barcode.MicroQRCodeOptions

MicroQRCodeOptions Class

Represents the MicroQRCode barcode's particular information.

Inheritance
MicroQRCodeOptions
Namespace: GrapeCity.Documents.Barcode
Assembly: DS.Documents.Barcode.dll
Syntax
public class MicroQRCodeOptions : BarCodeOptionsBase
Public Class MicroQRCodeOptions
    Inherits BarCodeOptionsBase

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
AssignFrom(BarCodeOptionsBase)

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

Clone()

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

Equals(object)

Determines whether the specified object is equal to this instance.

GetHashCode()

Overridden. Returns the hash code for the string representation of this object.

ToString()

Returns a string that represents this instance.