Leadtools.Barcode Namespace > GS1DatabarStackedBarcodeWriteOptions Class : UseStackedOmniDirectionalFormat Property |
[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")] [DisplayNameAttribute("Stacked Omni-directional format")] public bool UseStackedOmniDirectionalFormat {get; set;}
'Declaration <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")> <DisplayNameAttribute("Stacked Omni-directional format")> Public Property UseStackedOmniDirectionalFormat As Boolean
'Usage Dim instance As GS1DatabarStackedBarcodeWriteOptions Dim value As Boolean instance.UseStackedOmniDirectionalFormat = value value = instance.UseStackedOmniDirectionalFormat
[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")] [DisplayNameAttribute("Stacked Omni-directional format")] public bool UseStackedOmniDirectionalFormat {get; set;}
ObjectiveC Syntax
Java Syntax
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") DisplayNameAttribute("Stacked Omni-directional format") get_UseStackedOmniDirectionalFormat();
set_UseStackedOmniDirectionalFormat(value);
[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")] [DisplayNameAttribute("Stacked Omni-directional format")] 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.
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