Translates the alignment value to a String value.

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

Syntax

C#
public static string GetAlignment(
	int alignment
)
Visual Basic
Public Shared Function GetAlignment ( _
	alignment As Integer _
) As String
Visual C++
public:
static String^ GetAlignment(
	int alignment
)

Parameters

alignment
Type: System..::..Int32
the alignment value

Return Value

the translated value

See Also