←Select platform

UseXModule Property (GS1DatabarStackedBarcodeWriteOptions)

Summary

Gets or sets a value that indicates whether to use the XModule when writing barcodes of this type.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[DisplayNameAttribute("Use XModule")] 
[DefaultValueAttribute()] 
[DescriptionAttribute("If true, use XModule. Otherwise, the size of the barcode will be calculated to fit the bounds.")] 
[CategoryAttribute("            Size")] 
public bool UseXModule {get; set;} 
<DisplayNameAttribute("Use XModule")> 
<DefaultValueAttribute()> 
<DescriptionAttribute("If true, use XModule. Otherwise, the size of the barcode will be calculated to fit the bounds.")> 
<CategoryAttribute("         Size")> 
Public Property UseXModule As Boolean 
[DisplayNameAttribute("Use XModule")] 
[DefaultValueAttribute()] 
[DescriptionAttribute("If true, use XModule. Otherwise, the size of the barcode will be calculated to fit the bounds.")] 
[CategoryAttribute("            Size")] 
public bool UseXModule {get; set;} 
@property (nonatomic, assign) BOOL useXModule 
public boolean getUseXModule() 
public void setUseXModule(boolean value) 
             
DisplayNameAttribute("Use XModule") 
DefaultValueAttribute() 
DescriptionAttribute("If true, use XModule. Otherwise, the size of the barcode will be calculated to fit the bounds.") 
CategoryAttribute("         Size") 
  
get_UseXModule(); 
set_UseXModule(value); 
Object.defineProperty('UseXModule');  
[DisplayNameAttribute("Use XModule")] 
[DefaultValueAttribute()] 
[DescriptionAttribute("If true, use XModule. Otherwise, the size of the barcode will be calculated to fit the bounds.")] 
[CategoryAttribute("            Size")] 
public: 
property bool UseXModule { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to use XModule when writing barcodes of this type. Otherwise, false. The default value is false.

Remarks

When the value of UseXModule is set to false, then the smallest module size is calculated from the size of the barcode data (BarcodeData.Bounds).

When the value of UseXModule is set to true, then the smallest module size is set in XModule and the barcode data size may be used as a "clipping" boundary.

For more information, refer to Writing Barcodes - Bounds and XModule.

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