Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

XModuleAspectRatio Property (MicroPDF417BarcodeWriteOptions)








Gets or sets a value that indicate the ratio of the width of the smallest element (XModule) to the height of a row of the MicroPDF417 symbol.
Syntax
[DisplayNameAttribute("XModule aspect ratio")]
[DefaultValueAttribute()]
[CategoryAttribute("	Size")]
[DescriptionAttribute("The ratio of the width of the smallest element (XModule) to the height of a row of the MicroPDF417 symbol. Must be value greater than or equal to 1")]
public int XModuleAspectRatio {get; set;}
'Declaration
 
<DisplayNameAttribute("XModule aspect ratio")>
<DefaultValueAttribute()>
<CategoryAttribute("	Size")>
<DescriptionAttribute("The ratio of the width of the smallest element (XModule) to the height of a row of the MicroPDF417 symbol. Must be value greater than or equal to 1")>
Public Property XModuleAspectRatio As Integer
'Usage
 
Dim instance As MicroPDF417BarcodeWriteOptions
Dim value As Integer
 
instance.XModuleAspectRatio = value
 
value = instance.XModuleAspectRatio
[DisplayNameAttribute("XModule aspect ratio")]
[DefaultValueAttribute()]
[CategoryAttribute("	Size")]
[DescriptionAttribute("The ratio of the width of the smallest element (XModule) to the height of a row of the MicroPDF417 symbol. Must be value greater than or equal to 1")]
public int XModuleAspectRatio {get; set;}
@property (nonatomic, assign) NSInteger xModuleAspectRatio
public int getXModuleAspectRatio()
public void setXModuleAspectRatio(int value)
            
DisplayNameAttribute("XModule aspect ratio")
DefaultValueAttribute()
CategoryAttribute("	Size")
DescriptionAttribute("The ratio of the width of the smallest element (XModule) to the height of a row of the MicroPDF417 symbol. Must be value greater than or equal to 1")
 <br/>get_XModuleAspectRatio();<br/>set_XModuleAspectRatio(value);<br/>Object.defineProperty('XModuleAspectRatio'); 
[DisplayNameAttribute("XModule aspect ratio")]
[DefaultValueAttribute()]
[CategoryAttribute("	Size")]
[DescriptionAttribute("The ratio of the width of the smallest element (XModule) to the height of a row of the MicroPDF417 symbol. Must be value greater than or equal to 1")]
public:
property int XModuleAspectRatio {
   int get();
   void set (    int value);
}

Property Value

An Int32 that indicates the ratio of the width of the smallest element (XModule) to the height of a row of the MicroPDF417 symbol. Must be value greater than or equal to 1. The default value is 3.
Remarks

Use this property to control the width of height of the result MicroPDF417 barcode. The smallest element size is set in XModule

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

Example

For an example, refer to MicroPDF417BarcodeWriteOptions.

Requirements

Target Platforms

See Also

Reference

MicroPDF417BarcodeWriteOptions Class
MicroPDF417BarcodeWriteOptions Members

Error processing SSI file
Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features