Aspose::Pdf::Operator::IsTextShowOperator method

Operator::IsTextShowOperator method

Determines if the operator is operator which responsible for text output (Tj, TJ, etc)

static bool Aspose::Pdf::Operator::IsTextShowOperator(System::SharedPtr<Operator> op)
ParameterTypeDescription
opSystem::SharedPtr<Operator>Operator object

ReturnValue

True if this is text output operator

See Also