SetTextMatrix.SetTextMatrix
SetTextMatrix(double, double, double, double, double, double)
Initializes operator.
public SetTextMatrix(double a, double b, double c, double d, double e, double f)
| Parameter | Type | Description |
|---|---|---|
| a | Double | A coefficient |
| b | Double | B coefficient |
| c | Double | C coefficient |
| d | Double | D coefficient |
| e | Double | E coefficient |
| f | Double | F coefficient |
See Also
- class SetTextMatrix
- namespace Aspose.Pdf.Operators
- assembly Aspose.PDF
SetTextMatrix(Matrix)
Initializes operator by matrix.
public SetTextMatrix(Matrix m)
| Parameter | Type | Description |
|---|---|---|
| m | Matrix | Transfomation matrix. |
See Also
- class Matrix
- class SetTextMatrix
- namespace Aspose.Pdf.Operators
- assembly Aspose.PDF