Table of Contents

Class EndOfLineToken

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

Represents an End Of Line marker found in Adobe Type 1 font files and the cross-reference table.

public class EndOfLineToken : IToken, IEquatable<IToken>
Inheritance
EndOfLineToken
Implements
Inherited Members

Properties

Token

The instance of the end of line token.

public static EndOfLineToken Token { get; }

Property Value

EndOfLineToken

Methods

Equals(IToken)

public bool Equals(IToken obj)

Parameters

obj IToken

Returns

bool