←Select platform

UseStackedOmniDirectionalFormat Property

Summary

Gets or sets a value that indicates whether to use Stacked Omni-directional format when writing the barcode.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[DisplayNameAttribute("Stacked Omni-directional format")] 
[DefaultValueAttribute()] 
[DescriptionAttribute("If true, Write two-row in Stacked Omni-directional format when writing the barcode. Otherwise, Stacked format will be written")] 
[CategoryAttribute("        Stacked Options")] 
public bool UseStackedOmniDirectionalFormat {get; set;} 
<DisplayNameAttribute("Stacked Omni-directional format")> 
<DefaultValueAttribute()> 
<DescriptionAttribute("If true, Write two-row in Stacked Omni-directional format when writing the barcode. Otherwise, Stacked format will be written")> 
<CategoryAttribute("     Stacked Options")> 
Public Property UseStackedOmniDirectionalFormat As Boolean 
[DisplayNameAttribute("Stacked Omni-directional format")] 
[DefaultValueAttribute()] 
[DescriptionAttribute("If true, Write two-row in Stacked Omni-directional format when writing the barcode. Otherwise, Stacked format will be written")] 
[CategoryAttribute("        Stacked Options")] 
public bool UseStackedOmniDirectionalFormat {get; set;} 
@property (nonatomic, assign) BOOL useStackedOmniDirectionalFormat 
public boolean getUseStackedOmniDirectionalFormat() 
public void setUseStackedOmniDirectionalFormat(boolean value) 
             
DisplayNameAttribute("Stacked Omni-directional format") 
DefaultValueAttribute() 
DescriptionAttribute("If true, Write two-row in Stacked Omni-directional format when writing the barcode. Otherwise, Stacked format will be written") 
CategoryAttribute("     Stacked Options") 
  
get_UseStackedOmniDirectionalFormat(); 
set_UseStackedOmniDirectionalFormat(value); 
Object.defineProperty('UseStackedOmniDirectionalFormat');  
[DisplayNameAttribute("Stacked Omni-directional format")] 
[DefaultValueAttribute()] 
[DescriptionAttribute("If true, Write two-row in Stacked Omni-directional format when writing the barcode. Otherwise, Stacked format will be written")] 
[CategoryAttribute("        Stacked Options")] 
public: 
property bool UseStackedOmniDirectionalFormat { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to use Stacked Omni-directional format when writing barcodes. Otherwise, false. The default value is false.

Remarks

When the value of this property is true, a two-row in Stacked Omni-directional format is used when writing the barcode. Otherwise, Stacked format will be used.

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