Leadtools.Barcode Namespace > GS1DatabarStackedBarcodeWriteOptions Class : ExpandedStackedRowsCount Property |
[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")] [DisplayNameAttribute("Expanded Stacked rows")] public int ExpandedStackedRowsCount {get; set;}
'Declaration <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")> <DisplayNameAttribute("Expanded Stacked rows")> Public Property ExpandedStackedRowsCount As Integer
'Usage Dim instance As GS1DatabarStackedBarcodeWriteOptions Dim value As Integer instance.ExpandedStackedRowsCount = value value = instance.ExpandedStackedRowsCount
[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")] [DisplayNameAttribute("Expanded Stacked rows")] public int ExpandedStackedRowsCount {get; set;}
ObjectiveC Syntax
Java Syntax
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") DisplayNameAttribute("Expanded Stacked rows") get_ExpandedStackedRowsCount();
set_ExpandedStackedRowsCount(value);
[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")] [DisplayNameAttribute("Expanded Stacked rows")] 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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2