Interface IDataToken<T>
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