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).

Namespace:  Neodynamic.Silverlight
Assembly:  Neodynamic.Silverlight.Barcode (in Neodynamic.Silverlight.Barcode.dll) Version: 1.0.0.0 (1.0.40.0)

Syntax

C#
public double Pdf417AspectRatio { get; set; }
Visual Basic (Declaration)
Public Property Pdf417AspectRatio As Double
Visual C++
public:
property double Pdf417AspectRatio {
	double get ();
	void set (double value);
}

See Also