Specifies version of the BMP file

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public IOParams..::..BMPVersion BMP_Version { get; set; }
Public Property BMP_Version As IOParams..::..BMPVersion
	Get
	Set
public:
property IOParams..::..BMPVersion BMP_Version {
	IOParams..::..BMPVersion get ();
	void set (IOParams..::..BMPVersion value);
}

See Also