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 SetTextMatrix( float a, float b, float c, float d, float x, float y ) |
Visual Basic |
---|
Public Sub SetTextMatrix ( _ a As Single, _ b As Single, _ c As Single, _ d As Single, _ x As Single, _ y As Single _ ) |
Visual C++ |
---|
public: void SetTextMatrix( float a, float b, float c, float d, float x, float y ) |
Parameters
- a
- Type: System..::..Single
- b
- Type: System..::..Single
- c
- Type: System..::..Single
- d
- Type: System..::..Single
- x
- Type: System..::..Single
- y
- Type: System..::..Single