Scale the image to a certain percentage.

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

Syntax

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

Parameters

percent
Type: System..::..Single
the scaling percentage

See Also