Table of Contents

Class OperatorToken

Namespace
UglyToad.PdfPig.Tokens
Assembly
UglyToad.PdfPig.Tokens.dll

An operator token encountered in a page content or Adobe Type 1 font stream.

public class OperatorToken : IDataToken<string>, IToken, IEquatable<IToken>
Inheritance
OperatorToken
Implements
Inherited Members

Fields

Bt

Begin text.

public static readonly OperatorToken Bt

Field Value

OperatorToken

Def

Def.

public static readonly OperatorToken Def

Field Value

OperatorToken

Dict

Dict.

public static readonly OperatorToken Dict

Field Value

OperatorToken

Dup

Dup.

public static readonly OperatorToken Dup

Field Value

OperatorToken

Eexec

Eexec.

public static readonly OperatorToken Eexec

Field Value

OperatorToken

EndObject

End object.

public static readonly OperatorToken EndObject

Field Value

OperatorToken

EndStream

End stream.

public static readonly OperatorToken EndStream

Field Value

OperatorToken

Et

End text.

public static readonly OperatorToken Et

Field Value

OperatorToken

For

For.

public static readonly OperatorToken For

Field Value

OperatorToken

N

N.

public static readonly OperatorToken N

Field Value

OperatorToken

Put

Put.

public static readonly OperatorToken Put

Field Value

OperatorToken

QPop

Pop.

public static readonly OperatorToken QPop

Field Value

OperatorToken

QPush

Push.

public static readonly OperatorToken QPush

Field Value

OperatorToken

R

R.

public static readonly OperatorToken R

Field Value

OperatorToken

Re

Rectangle.

public static readonly OperatorToken Re

Field Value

OperatorToken

Readonly

Readonly.

public static readonly OperatorToken Readonly

Field Value

OperatorToken

StartObject

Object.

public static readonly OperatorToken StartObject

Field Value

OperatorToken

StartStream

Stream.

public static readonly OperatorToken StartStream

Field Value

OperatorToken

Tf

Set font and size.

public static readonly OperatorToken Tf

Field Value

OperatorToken

WStar

Modify clipping.

public static readonly OperatorToken WStar

Field Value

OperatorToken

Xref

Cross reference.

public static readonly OperatorToken Xref

Field Value

OperatorToken

Properties

Data

public string Data { get; }

Property Value

string

Methods

Create(string)

Create a new OperatorToken.

public static OperatorToken Create(string data)

Parameters

data string

Returns

OperatorToken

Equals(IToken)

public bool Equals(IToken obj)

Parameters

obj IToken

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string