Returns the version of the Infigo PDF component.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public double Version { get; }
Visual Basic (Declaration)
Public ReadOnly Property Version As Double
Visual C++
public:
property double Version {
	double get ();
}

See Also