Gets or sets a value that indicate the number of rows to write for the GS1 Databar Expanded Stacked format.
public int ExpandedStackedRowsCount { get; set; }
Public Property ExpandedStackedRowsCount As Integer
public int ExpandedStackedRowsCount {get; set;}
@property (nonatomic, assign) NSInteger expandedStackedRowsCount
public int getExpandedStackedRowsCount()
public void setExpandedStackedRowsCount(int value)
<br/>get_ExpandedStackedRowsCount();<br/>set_ExpandedStackedRowsCount(value);<br/>Object.defineProperty('ExpandedStackedRowsCount');
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.
The ExpandedStackedRowsCount is used only when writing barcodes of type BarcodeSymbology.GS1DatabarExpandedStacked.
For an example, refer to GS1DatabarStackedBarcodeWriteOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET