Scale the image to an absolute width.

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

Syntax

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

Parameters

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

See Also