Table of Contents

Class IndirectReferenceToken

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

A reference to an indirect object (see ObjectToken).

public class IndirectReferenceToken : IDataToken<IndirectReference>, IToken, IEquatable<IToken>
Inheritance
IndirectReferenceToken
Implements
Inherited Members

Constructors

IndirectReferenceToken(IndirectReference)

Create a new IndirectReferenceToken.

public IndirectReferenceToken(IndirectReference data)

Parameters

data IndirectReference

The identifier for the object this references.

Properties

Data

The identifier for an object in the PDF file.

public IndirectReference Data { get; }

Property Value

IndirectReference

Methods

Equals(IToken)

public bool Equals(IToken obj)

Parameters

obj IToken

Returns

bool

ToString()

public override string ToString()

Returns

string