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 static void ShowTextAligned( PdfContentByte canvas, int alignment, Phrase phrase, float x, float y, float rotation ) |
Visual Basic |
---|
Public Shared Sub ShowTextAligned ( _ canvas As PdfContentByte, _ alignment As Integer, _ phrase As Phrase, _ x As Single, _ y As Single, _ rotation As Single _ ) |
Visual C++ |
---|
public: static void ShowTextAligned( PdfContentByte^ canvas, int alignment, Phrase^ phrase, float x, float y, float rotation ) |
Parameters
- canvas
- Type: iTextSharp.text.pdf..::..PdfContentByte
- alignment
- Type: System..::..Int32
- phrase
- Type: iTextSharp.text..::..Phrase
- x
- Type: System..::..Single
- y
- Type: System..::..Single
- rotation
- Type: System..::..Single