←Select platform

ModAspectRatio Property

Summary

Gets or sets the ratio of the width of the smallest element (specified by the value of the Module property) to the height of a row of the PDF417 symbol.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="ModAspectRatio", IsRequired=true)] 
public int ModAspectRatio { get; set; } 
  
<DataMemberAttribute(Name="ModAspectRatio", IsRequired=True)> 
Public Property ModAspectRatio As Integer 
[DataMemberAttribute(Name="ModAspectRatio", IsRequired=true)] 
public: 
property int ModAspectRatio { 
   int get(); 
   void set (    int ); 
} 

Property Value

The ratio of the width of the smallest element.

Example

For an example, refer to BarcodeWritePdf class example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Barcode.DataContracts Assembly