Gets or sets the width of the aspect ratio of the symbol. Only used with PDF417.
public int AspectWidth {get; set;}
'Declaration
Public Property AspectWidth As Integer
'Usage
Dim instance As BarcodeWritePdf
Dim value As Integer
instance.AspectWidth = value
value = instance.AspectWidth
public int AspectWidth {get; set;}
get_AspectWidth();
set_AspectWidth(value);
Object.defineProperty('AspectWidth');
public:
property int AspectWidth {
int get();
void set ( int value);
}
Property Value
Width of the aspect ratio.