Aspose::Pdf::Operators::SetTextMatrix class
SetTextMatrix class
Class representing Tm operator (set text matrix).
class SetTextMatrix : public Aspose::Pdf::Operators::TextPlaceOperator
Methods
Method | Description |
---|---|
Accept(System::SharedPtr<IOperatorSelector>) override | Accepts visitor object to process operator. |
get_Matrix() const | Matrix argument of the operator. |
set_Matrix(System::SharedPtr<Aspose::Pdf::Matrix>) | Matrix argument of the operator. |
SetTextMatrix(double, double, double, double, double, double) | Initializes operator. |
SetTextMatrix(System::SharedPtr<Aspose::Pdf::Matrix>) | Initializes operator by matrix. |
ToString() const override | Returns text representation of operator. |
See Also
- Class TextPlaceOperator
- Namespace Aspose::Pdf::Operators
- Library Aspose.PDF for C++