[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.SetTextRenderingMode

Class SetTextRenderingMode

Namespace
GrapeCity.Documents.Pdf.Operators
Assembly
GcDocs.Pdf.dll

PDF "Tr" operator. Set the text rendering mode. Initial value: Fill.

public class SetTextRenderingMode : OperatorBase
Inheritance
object
SetTextRenderingMode
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

SetTextRenderingMode(int)

Initializes a new instance of the SetTextRenderingMode class.

public SetTextRenderingMode(int textRenderingMode)

Parameters

textRenderingMode int

The value of TextRenderingMode.

Fields

TextRenderingMode

The text rendering mode.

public TextRenderingMode TextRenderingMode

Field Value

TextRenderingMode

Properties

Desc

Gets the operator's description.

public override string Desc { get; }

Property Value

string

Name

Gets the operator's PDF name.

public override string Name { get; }

Property Value

string

Methods

IsSame(OperatorBase)

Determines whether the provided operator is the same as the current operator.

public override bool IsSame(OperatorBase other)

Parameters

other OperatorBase

A OperatorBase object.

Returns

bool

true if the provided operator is the same as the current operator; otherwise, false.