Class BarcodeGS1ExpandedStacked
Represents a GS1 DataBar Expanded Stacked barcode.
Inheritance
System.Object
BarcodeGS1ExpandedStacked
Inherited Members
Namespace: FastReport.Barcode
Assembly: FastReport.Base.dll
Syntax
public class BarcodeGS1ExpandedStacked : BarcodeGS1ExpandedBase
Properties
Segments
Number of segments (even, 2–20).
Declaration
public int Segments { 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. |