←Select platform

XModuleAspectRatio Property (PDF417BarcodeWriteOptions)

Summary

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

C#
VB
Java
Objective-C
WinRT C#
C++
[DisplayNameAttribute("XModule aspect ratio")] 
[DefaultValueAttribute()] 
[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;} 
<DisplayNameAttribute("XModule aspect ratio")> 
<DefaultValueAttribute()> 
<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 
[DisplayNameAttribute("XModule aspect ratio")] 
[DefaultValueAttribute()] 
[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) NSInteger xModuleAspectRatio 
public int getXModuleAspectRatio() 
public void setXModuleAspectRatio(int value) 
             
DisplayNameAttribute("XModule aspect ratio") 
DefaultValueAttribute() 
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');  
[DisplayNameAttribute("XModule aspect ratio")] 
[DefaultValueAttribute()] 
[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 ); 
} 

Property Value

An 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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Barcode Assembly
Click or drag to resize