LEADTOOLS Workflow Barcode (Leadtools.Workflow.Barcode assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
AspectWidth Property
See Also 
Leadtools.Workflow.Barcode Namespace > BarcodeWritePdf Class : AspectWidth Property



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.

Syntax

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;}
C++/CLI 
public:
property int AspectWidth {
   int get();
   void set (    int value);
}

Property Value

Width of the aspect ratio.

Remarks

When the flags property of the BarcodeWriteActivity is set to BarcodeWriteFlags.ColumnRowAsLimits, the value of this property will be ignored.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also