Class BarcodeMaxiCode
Generates the 2D MaxiCode barcode.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FastReport.Barcode
Assembly: FastReport.OpenSource.dll
Syntax
public class BarcodeMaxiCode : Barcode2DBase
Constructors
BarcodeMaxiCode()
Initializes a new instance of the BarcodeMaxiCode class with default settings.
Declaration
public BarcodeMaxiCode()
Properties
Mode
Sets the MaxiCode mode to use. Only modes 2 to 6 are supported.
Declaration
public int Mode { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Assign(BarcodeBase)
Assigns properties from other, similar barcode.
Declaration
public override void Assign(BarcodeBase source)
Parameters
Type | Name | Description |
---|---|---|
BarcodeBase | source | Barcode object to assign properties from. |