Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > GS1DatabarStackedBarcodeWriteOptions Class : ExpandedStackedRowsCount Property |
[DisplayNameAttribute("Expanded Stacked rows")] [DefaultValueAttribute()] [DescriptionAttribute("Number of rows to write for the GS1 Databar Expanded Stacked format. Must be a value greater than or equal to 1 and less than or equal to 6")] [CategoryAttribute(" Expanded Stacked Options")] public int ExpandedStackedRowsCount {get; set;}
'Declaration
<DisplayNameAttribute("Expanded Stacked rows")> <DefaultValueAttribute()> <DescriptionAttribute("Number of rows to write for the GS1 Databar Expanded Stacked format. Must be a value greater than or equal to 1 and less than or equal to 6")> <CategoryAttribute(" Expanded Stacked Options")> Public Property ExpandedStackedRowsCount As Integer
'Usage
Dim instance As GS1DatabarStackedBarcodeWriteOptions Dim value As Integer instance.ExpandedStackedRowsCount = value value = instance.ExpandedStackedRowsCount
[DisplayNameAttribute("Expanded Stacked rows")] [DefaultValueAttribute()] [DescriptionAttribute("Number of rows to write for the GS1 Databar Expanded Stacked format. Must be a value greater than or equal to 1 and less than or equal to 6")] [CategoryAttribute(" Expanded Stacked Options")] public int ExpandedStackedRowsCount {get; set;}
@property (nonatomic, assign) NSInteger expandedStackedRowsCount
public int getExpandedStackedRowsCount() public void setExpandedStackedRowsCount(int value)
DisplayNameAttribute("Expanded Stacked rows") DefaultValueAttribute() DescriptionAttribute("Number of rows to write for the GS1 Databar Expanded Stacked format. Must be a value greater than or equal to 1 and less than or equal to 6") CategoryAttribute(" Expanded Stacked Options") <br/>get_ExpandedStackedRowsCount();<br/>set_ExpandedStackedRowsCount(value);<br/>Object.defineProperty('ExpandedStackedRowsCount');
[DisplayNameAttribute("Expanded Stacked rows")] [DefaultValueAttribute()] [DescriptionAttribute("Number of rows to write for the GS1 Databar Expanded Stacked format. Must be a value greater than or equal to 1 and less than or equal to 6")] [CategoryAttribute(" Expanded Stacked Options")] public: property int ExpandedStackedRowsCount { int get(); void set ( int value); }
The ExpandedStackedRowsCount is used only when writing barcodes of type BarcodeSymbology.GS1DatabarExpandedStacked.
For an example, refer to GS1DatabarStackedBarcodeWriteOptions.