Gets or sets a value that indicates whether to use Stacked Omni-directional format when writing the barcode.
public bool UseStackedOmniDirectionalFormat { get; set; }
Public Property UseStackedOmniDirectionalFormat As Boolean
public bool UseStackedOmniDirectionalFormat {get; set;}
@property (nonatomic, assign) BOOL useStackedOmniDirectionalFormat
public boolean getUseStackedOmniDirectionalFormat()
public void setUseStackedOmniDirectionalFormat(boolean value)
<br/>get_UseStackedOmniDirectionalFormat();<br/>set_UseStackedOmniDirectionalFormat(value);<br/>Object.defineProperty('UseStackedOmniDirectionalFormat');
true to use Stacked Omni-directional format when writing barcodes. Otherwise, false. The default value is false.
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.
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