Class OperatorToken
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
Def
Def.
public static readonly OperatorToken Def
Field Value
Dict
Dict.
public static readonly OperatorToken Dict
Field Value
Dup
Dup.
public static readonly OperatorToken Dup
Field Value
Eexec
Eexec.
public static readonly OperatorToken Eexec
Field Value
EndObject
End object.
public static readonly OperatorToken EndObject
Field Value
EndStream
End stream.
public static readonly OperatorToken EndStream
Field Value
Et
End text.
public static readonly OperatorToken Et
Field Value
For
For.
public static readonly OperatorToken For
Field Value
N
N.
public static readonly OperatorToken N
Field Value
Put
Put.
public static readonly OperatorToken Put
Field Value
QPop
Pop.
public static readonly OperatorToken QPop
Field Value
QPush
Push.
public static readonly OperatorToken QPush
Field Value
R
R.
public static readonly OperatorToken R
Field Value
Re
Rectangle.
public static readonly OperatorToken Re
Field Value
Readonly
Readonly.
public static readonly OperatorToken Readonly
Field Value
StartObject
Object.
public static readonly OperatorToken StartObject
Field Value
StartStream
Stream.
public static readonly OperatorToken StartStream
Field Value
Tf
Set font and size.
public static readonly OperatorToken Tf
Field Value
WStar
Modify clipping.
public static readonly OperatorToken WStar
Field Value
Xref
Cross reference.
public static readonly OperatorToken Xref
Field Value
Properties
Data
public string Data { get; }
Property Value
Methods
Create(string)
Create a new OperatorToken.
public static OperatorToken Create(string data)
Parameters
data
string
Returns
Equals(IToken)
public bool Equals(IToken obj)
Parameters
obj
IToken
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()