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

Collapse imageSyntax

C#
public override bool SetMargins(
	float left,
	float right,
	float top,
	float bottom
)
Visual Basic
Public Overrides Function SetMargins ( _
	left As Single, _
	right As Single, _
	top As Single, _
	bottom As Single _
) As Boolean
Visual C++
public:
virtual bool SetMargins(
	float left, 
	float right, 
	float top, 
	float bottom
) override

Parameters

left
Type: System..::..Single
right
Type: System..::..Single
top
Type: System..::..Single
bottom
Type: System..::..Single

Implements

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

Collapse imageSee Also