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.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;} |
Property Value
Height 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