The AspectWidth Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the width of the aspect ratio of the symbol. Only used with PDF417.| Visual Basic (Declaration) | |
|---|---|
Public Property AspectWidth As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As BarcodeWritePdf Dim value As Integer instance.AspectWidth = value value = instance.AspectWidth | |
| C# | |
|---|---|
public int AspectWidth {get; set;} | |
Property Value
Width of the aspect ratio.When the flags property of the BarcodeWriteActivity is set to BarcodeWriteFlags.ColumnRowAsLimits, the value of this property will be ignored.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code