←Select platform

SymbolHeightAspectRatio Property

Summary

Gets or sets a value that indicates the height part of the aspect ratio for the symbol.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[DisplayNameAttribute("Symbol height aspect ratio")] 
[DefaultValueAttribute()] 
[DescriptionAttribute("The height part of the aspect ratio for the symbol. Aspect ratio is Symbol height aspect ratio/symbol width aspect ratio. Must be value greater than or equal to 1")] 
[CategoryAttribute("    Size")] 
public int SymbolHeightAspectRatio {get; set;} 
<DisplayNameAttribute("Symbol height aspect ratio")> 
<DefaultValueAttribute()> 
<DescriptionAttribute("The height part of the aspect ratio for the symbol. Aspect ratio is Symbol height aspect ratio/symbol width aspect ratio. Must be value greater than or equal to 1")> 
<CategoryAttribute(" Size")> 
Public Property SymbolHeightAspectRatio As Integer 
[DisplayNameAttribute("Symbol height aspect ratio")] 
[DefaultValueAttribute()] 
[DescriptionAttribute("The height part of the aspect ratio for the symbol. Aspect ratio is Symbol height aspect ratio/symbol width aspect ratio. Must be value greater than or equal to 1")] 
[CategoryAttribute("    Size")] 
public int SymbolHeightAspectRatio {get; set;} 
@property (nonatomic, assign) NSInteger symbolHeightAspectRatio 
public int getSymbolHeightAspectRatio() 
public void setSymbolHeightAspectRatio(int value) 
             
DisplayNameAttribute("Symbol height aspect ratio") 
DefaultValueAttribute() 
DescriptionAttribute("The height part of the aspect ratio for the symbol. Aspect ratio is Symbol height aspect ratio/symbol width aspect ratio. Must be value greater than or equal to 1") 
CategoryAttribute(" Size") 
  
get_SymbolHeightAspectRatio(); 
set_SymbolHeightAspectRatio(value); 
Object.defineProperty('SymbolHeightAspectRatio');  
[DisplayNameAttribute("Symbol height aspect ratio")] 
[DefaultValueAttribute()] 
[DescriptionAttribute("The height part of the aspect ratio for the symbol. Aspect ratio is Symbol height aspect ratio/symbol width aspect ratio. Must be value greater than or equal to 1")] 
[CategoryAttribute("    Size")] 
public: 
property int SymbolHeightAspectRatio { 
   int get(); 
   void set (    int ); 
} 

Property Value

An Int32 that indicates the height part of the aspect ratio for the symbol. Must be value greater than or equal to 1. The default value is 1.

Remarks

Aspect ratio to use when writing PDF417 symbols is "Symbol height aspect ratio" divided by "Symbol width aspect ratio" or SymbolHeightAspectRatio/ SymbolWidthAspectRatio. The default values for these properties is 1 and 2 respectively, hence, the default aspect ratio is 1/2 or 0.5

Only used when the value of LimitByRowsAndColumns is false.

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