←Select platform

ExpandedStackedRowsCount Property

Summary

Gets or sets a value that indicate the number of rows to write for the GS1 Databar Expanded Stacked format.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[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;} 
<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 
[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") 
  
get_ExpandedStackedRowsCount(); 
set_ExpandedStackedRowsCount(value); 
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 ); 
} 

Property Value

An Int32 that specifies the number of rows to write for the GS1 Databar Expanded Stacked format. Must be between 1 and 6. The default value is 2.

Remarks

The ExpandedStackedRowsCount is used only when writing barcodes of type BarcodeSymbology.GS1DatabarExpandedStacked.

Example

For an example, refer to GS1DatabarStackedBarcodeWriteOptions.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Barcode Assembly
Click or drag to resize