[]
The options of QRCode
public class QRCodeOptions : BarCodeOptionsBase
Initializes a new instance of the GrapeCity.Documents.Barcode.QRCode class.
public QRCodeOptions()
Initializes a new instance of the GrapeCity.Documents.Barcode.QRCode class.
public QRCodeOptions(string str)
str
stringGets or sets whether connection is used for the barcode.
public bool Connection { get; set; }
Gets or sets the connection number for the barcode.
public int ConnectionNumber { get; set; }
Gets or sets the Encoding of the barcode data.
public Encoding Encoding { get; set; }
Gets or sets the error correction level for the barcode.
public QRCodeErrorLevel ErrorLevel { get; set; }
Gets or sets the pattern used for the barcode masking.
public QRCodeMask Mask { get; set; }
Gets or sets the QRCode model.
public QRCodeModel Model { get; set; }
Gets or sets the QRCode version.
public int Version { get; set; }
Specify any value between 1 and 14 when the Model property is set to Model1 and 1 to 40 for Model2. When -1 is specified, the version most suited to the value is automatically determined
Assigns (copies) properties from another BarCodeOptionsBase to the current object.
public override void AssignFrom(BarCodeOptionsBase source)
source
BarCodeOptionsBaseThe source object to copy properties from.
Makes object copy
public override object Clone()
Resets all properties to default values.
public void Reset()
protected void ResetEncoding()
Indicates whether any property of this object has changed from its default value.
public bool ShouldSerialize()
Return true if any object has changed from its default value, false otherwise.
protected bool ShouldSerializeEncoding()
Returns a string that represents the current object.
public override string ToString()
A string that represents the current object.