[]
Represents the MicroQRCode barcode's particular information.
public class MicroQRCodeOptions : BarCodeOptionsBase
Initializes a new instance of the MicroQRCodeOptions class.
public MicroQRCodeOptions()
Initializes a new instance of the MicroQRCodeOptions class.
public MicroQRCodeOptions(string str)
str
stringDesign-time property to specify encoding in designer.
public int EncodingCodePage { get; set; }
Gets or sets the error correction level for the barcode.
public MicroQRCodeErrorLevel ErrorLevel { get; set; }
Gets or sets the pattern used for the barcode's masking.
public MicroQRCodeMask Mask { get; set; }
Gets or sets the MicroQRCode's version.
public MicroQRVersion Version { get; set; }
Assigns (copies) properties from another BarCodeOptionsBase to the current object.
public override void AssignFrom(BarCodeOptionsBase source)
source
BarCodeOptionsBaseThe source object to copy properties from.
Creates a new object that is a copy of the current instance.
public override object Clone()
A new object that is a copy of this instance.
Determines whether the specified object is equal to this instance.
public override bool Equals(object obj)
obj
objectThe object to compare with the current object.
true
if the specified object is equal to this instance; otherwise, false
.
Overridden. Returns the hash code for the string representation of this object.
public override int GetHashCode()
A 32-bit signed integer hash code.
Returns a string that represents this instance.
public override string ToString()
A string that represents this instance.