Gets or sets the height of the aspect ratio of the symbol. Only used with PDF417.
public int AspectHeight {get; set;}
'Declaration
Public Property AspectHeight As Integer
'Usage
Dim instance As BarcodeWritePdf
Dim value As Integer
instance.AspectHeight = value
value = instance.AspectHeight
public int AspectHeight {get; set;}
<br/>get_AspectHeight();<br/>set_AspectHeight(value);<br/>Object.defineProperty('AspectHeight');
public:
property int AspectHeight {
int get();
void set ( int value);
}
Property Value
Height of the aspect ratio.