Class CollectionItem.ValueT

CollectionItem.Value<T> class

Represents a class for a value of colection item.

public class Value<T>
ParameterDescription
T

Properties

NameDescription
Data { get; }Gets a collection item value.
Prefix { get; }Gets a prefix string that shall be concatenated with the text string presented to the user. This entry is ignored when an interactive PDF processor sorts the items in the collection. Default: none

See Also