Scale the image to an absolute width and an absolute height.

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

Syntax

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

Parameters

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

See Also