Table of Contents

Interface IDataToken<T>

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

A token from a PDF document which contains data in some format.

public interface IDataToken<out T> : IToken, IEquatable<IToken>

Type Parameters

T

The type of the data this token contains.

Inherited Members

Properties

Data

The data this token contains.

T Data { get; }

Property Value

T