JPEG_OriginalHeight specifies the original height when the jpeg image is scaled (using JPEG_Scale).

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public int JPEG_OriginalHeight { get; set; }
Public Property JPEG_OriginalHeight As Integer
	Get
	Set
public:
property int JPEG_OriginalHeight {
	int get ();
	void set (int value);
}

See Also