Gets or sets the ratio of the width of the smallest element (specified by the value of the
Module property) to the height of a row of the PDF417 symbol.
public int ModAspectRatio {get; set;}
'Declaration
Public Property ModAspectRatio As Integer
'Usage
Dim instance As BarcodeWritePdf
Dim value As Integer
instance.ModAspectRatio = value
value = instance.ModAspectRatio
public int ModAspectRatio {get; set;}
<br/>get_ModAspectRatio();<br/>set_ModAspectRatio(value);<br/>Object.defineProperty('ModAspectRatio');
public:
property int ModAspectRatio {
int get();
void set ( int value);
}
Property Value
The ratio of the width of the smallest element.