←Select platform

XModule Property (OneDBarcodeWriteOptions)

Summary

Gets or sets a value that indicates the size of the smallest module when writing a standard 1D (linear) barcode.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[DisplayNameAttribute("XModule")] 
[CategoryAttribute("    Size")] 
[DefaultValueAttribute()] 
[DescriptionAttribute("Size of the smallest module when writing in thousandths of an inch (0.001). If the value is too small, a minimum of 2 pixels will be used. Must be a value greater than or equal to 0")] 
public int XModule {get; set;} 
<DisplayNameAttribute("XModule")> 
<CategoryAttribute(" Size")> 
<DefaultValueAttribute()> 
<DescriptionAttribute("Size of the smallest module when writing in thousandths of an inch (0.001). If the value is too small, a minimum of 2 pixels will be used. Must be a value greater than or equal to 0")> 
Public Property XModule As Integer 
[DisplayNameAttribute("XModule")] 
[CategoryAttribute("    Size")] 
[DefaultValueAttribute()] 
[DescriptionAttribute("Size of the smallest module when writing in thousandths of an inch (0.001). If the value is too small, a minimum of 2 pixels will be used. Must be a value greater than or equal to 0")] 
public int XModule {get; set;} 
@property (nonatomic, assign) NSInteger xModule 
public int getXModule() 
public void setXModule(int value) 
             
DisplayNameAttribute("XModule") 
CategoryAttribute(" Size") 
DefaultValueAttribute() 
DescriptionAttribute("Size of the smallest module when writing in thousandths of an inch (0.001). If the value is too small, a minimum of 2 pixels will be used. Must be a value greater than or equal to 0") 
  
get_XModule(); 
set_XModule(value); 
Object.defineProperty('XModule');  
[DisplayNameAttribute("XModule")] 
[CategoryAttribute("    Size")] 
[DefaultValueAttribute()] 
[DescriptionAttribute("Size of the smallest module when writing in thousandths of an inch (0.001). If the value is too small, a minimum of 2 pixels will be used. Must be a value greater than or equal to 0")] 
public: 
property int XModule { 
   int get(); 
   void set (    int ); 
} 

Property Value

An Int32 that indicates the size of the smallest module when writing a barcode in thousandths of an inch. Must be a value greater to or equal to 0. The default value is 30 (0.03 of an inch).

Remarks

Only used if the value of UseXModule is set to true, otherwise, the module size is calculated from the data size BarcodeData.Bounds).

If the value is too small, a minimum of 2 pixels will be used regardless of the value set in XModule.

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

Example

For an example, refer to OneDBarcodeWriteOptions.

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