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

Syntax

C#
public void SetZoom(
	float min,
	float max
)
Visual Basic
Public Sub SetZoom ( _
	min As Single, _
	max As Single _
)
Visual C++
public:
void SetZoom(
	float min, 
	float max
)

Parameters

min
Type: System..::..Single
max
Type: System..::..Single

See Also