Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public void ShowTextAlignedKerned( int alignment, string text, float x, float y, float rotation ) |
Visual Basic |
---|
Public Sub ShowTextAlignedKerned ( _ alignment As Integer, _ text As String, _ x As Single, _ y As Single, _ rotation As Single _ ) |
Visual C++ |
---|
public: void ShowTextAlignedKerned( int alignment, String^ text, float x, float y, float rotation ) |
Parameters
- alignment
- Type: System..::..Int32
- text
- Type: System..::..String
- x
- Type: System..::..Single
- y
- Type: System..::..Single
- rotation
- Type: System..::..Single