Gets or sets the ratio of the height to the overall width of the PDF417 symbol. Its value must be 0 (zero) up to 1 (one). Default value is 0 (zero)
            
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
 Syntax
Syntax
| C# | 
|---|
| public double Pdf417AspectRatio { get; set; } | 
| Visual Basic | 
|---|
| Public Property Pdf417AspectRatio As Double
	Get
	Set | 
| Visual C++ | 
|---|
| public:
property double Pdf417AspectRatio {
	double get ();
	void set (double value);
} | 
Property Value
Type: 
Double See Also
See Also