[]
        
(Showing Draft Content)

GrapeCity.Documents.Barcode.MicroQRCodeOptions

Class MicroQRCodeOptions

Namespace
GrapeCity.Documents.Barcode
Assembly
GcDocs.Barcode.dll

Represents the MicroQRCode barcode's particular information.

public class MicroQRCodeOptions : BarCodeOptionsBase
Inheritance
object
MicroQRCodeOptions
Inherited Members
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

Constructors

MicroQRCodeOptions()

Initializes a new instance of the MicroQRCodeOptions class.

public MicroQRCodeOptions()

MicroQRCodeOptions(string)

Initializes a new instance of the MicroQRCodeOptions class.

public MicroQRCodeOptions(string str)

Parameters

str string

Properties

EncodingCodePage

Design-time property to specify encoding in designer.

public int EncodingCodePage { get; set; }

Property Value

int

ErrorLevel

Gets or sets the error correction level for the barcode.

public MicroQRCodeErrorLevel ErrorLevel { get; set; }

Property Value

MicroQRCodeErrorLevel

Mask

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

public MicroQRCodeMask Mask { get; set; }

Property Value

MicroQRCodeMask

Version

Gets or sets the MicroQRCode's version.

public MicroQRVersion Version { get; set; }

Property Value

MicroQRVersion

Methods

AssignFrom(BarCodeOptionsBase)

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

public override void AssignFrom(BarCodeOptionsBase source)

Parameters

source BarCodeOptionsBase

The source object to copy properties from.

Clone()

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

public override object Clone()

Returns

object

A new object that is a copy of this instance.

Equals(object)

Determines whether the specified object is equal to this instance.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to this instance; otherwise, false.

GetHashCode()

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

public override int GetHashCode()

Returns

int

A 32-bit signed integer hash code.

ToString()

Returns a string that represents this instance.

public override string ToString()

Returns

string

A string that represents this instance.