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

Syntax

C#
public override bool SetMargins(
	float marginLeft,
	float marginRight,
	float marginTop,
	float marginBottom
)
Visual Basic
Public Overrides Function SetMargins ( _
	marginLeft As Single, _
	marginRight As Single, _
	marginTop As Single, _
	marginBottom As Single _
) As Boolean
Visual C++
public:
virtual bool SetMargins(
	float marginLeft, 
	float marginRight, 
	float marginTop, 
	float marginBottom
) override

Parameters

marginLeft
Type: System..::..Single
marginRight
Type: System..::..Single
marginTop
Type: System..::..Single
marginBottom
Type: System..::..Single

Implements

IDocListener..::..SetMargins(Single, Single, Single, Single)

See Also