Operator.IsTextShowOperator

Operator.IsTextShowOperator method

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

public static bool IsTextShowOperator(Operator op)
ParameterTypeDescription
opOperatorOperator object

Return Value

True if this is text output operator

See Also