[]
PDF "Tr" operator. Set the text rendering mode. Initial value: Fill.
public class SetTextRenderingMode : OperatorBase
Initializes a new instance of the SetTextRenderingMode class.
public SetTextRenderingMode(int textRenderingMode)
textRenderingMode
intThe value of TextRenderingMode.
The text rendering mode.
public TextRenderingMode TextRenderingMode
Gets the operator's description.
public override string Desc { get; }
Gets the operator's PDF name.
public override string Name { get; }
Determines whether the provided operator is the same as the current operator.
public override bool IsSame(OperatorBase other)
other
OperatorBaseA OperatorBase object.
true if the provided operator is the same as the current operator; otherwise, false.