Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > GS1DatabarStackedBarcodeWriteOptions Class : UseStackedOmniDirectionalFormat Property |
[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;}
'Declaration
<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
'Usage
Dim instance As GS1DatabarStackedBarcodeWriteOptions Dim value As Boolean instance.UseStackedOmniDirectionalFormat = value value = instance.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 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") <br/>get_UseStackedOmniDirectionalFormat();<br/>set_UseStackedOmniDirectionalFormat(value);<br/>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 value); }
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.