Scale the image to an absolute height.

Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public void ScaleAbsoluteHeight(
	float newHeight
)
Visual Basic
Public Sub ScaleAbsoluteHeight ( _
	newHeight As Single _
)
Visual C++
public:
void ScaleAbsoluteHeight(
	float newHeight
)

Parameters

newHeight
Type: System..::..Single
the new height

See Also