←Select platform

XModuleAspectRatio Property

Summary
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
C#
VB
Objective-C
C++
Java
public int XModuleAspectRatio { get; set; } 
Public Property XModuleAspectRatio As Integer 
@property (nonatomic, assign) NSInteger xModuleAspectRatio 
public int getXModuleAspectRatio() 
public void setXModuleAspectRatio(int value) 
public: 
property int XModuleAspectRatio { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.