LEADTOOLS Barcode (Leadtools.Barcode assembly)

XModuleAspectRatio Property (PDF417BarcodeWriteOptions)

Show in webframe







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

Property Value

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

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

Example

For an example, refer to PDF417BarcodeWriteOptions.

Requirements

Target Platforms

See Also

Reference

PDF417BarcodeWriteOptions Class
PDF417BarcodeWriteOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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