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

public int AspectHeight {get; set;}
public int AspectHeight {get; set;}
get_AspectHeight();
set_AspectHeight(value);
public:
property int AspectHeight {
int get();
void set ( int value);
}
'Declaration
Public Property AspectHeight As Integer
'Usage
Dim instance As BarcodeWritePdf
Dim value As Integer
instance.AspectHeight = value
value = instance.AspectHeight
Property Value
Height of the aspect ratio.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2