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

Syntax

C#
public override bool SetMarginMirroringTopBottom(
	bool MarginMirroringTopBottom
)
Visual Basic
Public Overrides Function SetMarginMirroringTopBottom ( _
	MarginMirroringTopBottom As Boolean _
) As Boolean
Visual C++
public:
virtual bool SetMarginMirroringTopBottom(
	bool MarginMirroringTopBottom
) override

Parameters

MarginMirroringTopBottom
Type: System..::..Boolean

Implements

IDocListener..::..SetMarginMirroringTopBottom(Boolean)

See Also