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



The AspectHeight Property is available in LEADTOOLS Document and Medical Imaging toolkits.

Gets or sets the height of the aspect ratio of the symbol. Only used with PDF417.

Syntax

Visual Basic (Declaration) 
Public Property AspectHeight As Integer
Visual Basic (Usage)Copy Code
Dim instance As BarcodeWritePdf
Dim value As Integer
 
instance.AspectHeight = value
 
value = instance.AspectHeight
C# 
public int AspectHeight {get; set;}
C++/CLI 
public:
property int AspectHeight {
   int get();
   void set (    int value);
}

Property Value

Height 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