Aspose::Pdf::Operators::SetTextMatrix class

SetTextMatrix class

Class representing Tm operator (set text matrix).

class SetTextMatrix : public Aspose::Pdf::Operators::TextPlaceOperator

Methods

MethodDescription
Accept(System::SharedPtr<IOperatorSelector>) overrideAccepts visitor object to process operator.
get_Matrix() constMatrix 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 overrideReturns text representation of operator.

See Also