[]
        
(Showing Draft Content)

GrapeCity.Documents.Barcode.QRCodeOptions

QRCodeOptions Class

The options of QRCode

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

Constructors

Name Description
QRCodeOptions()

Initializes a new instance of the GrapeCity.Documents.Barcode.QRCode class.

QRCodeOptions(string)

Initializes a new instance of the GrapeCity.Documents.Barcode.QRCode 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.

Encoding

Gets or sets the Encoding of the barcode data.

ErrorLevel

Gets or sets the error correction level for the barcode.

Mask

Gets or sets the pattern used for the barcode masking.

Model

Gets or sets the QRCode model.

Version

Gets or sets the QRCode version.

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.