PDF .NET Library Documentation - PDF Technologies, Inc.
Gets or sets the ratio of the height to the overall width of the barcode. Its value must be zero up to one.

Namespace:  PDFTech.Barcodes.Barcode2D
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public float AspectRatio { get; set; }
Visual Basic (Declaration)
Public Property AspectRatio As Single
Visual C++
public:
property float AspectRatio {
	float get ();
	void set (float value);
}

See Also