Returns the upper right x-coordinate, considering a given margin.

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

Syntax

C#
public virtual float GetRight(
	float margin
)
Visual Basic
Public Overridable Function GetRight ( _
	margin As Single _
) As Single
Visual C++
public:
virtual float GetRight(
	float margin
)

Parameters

margin
Type: System..::..Single
a margin

Return Value

the upper right x-coordinate

See Also