Aspose::Pdf::CollectionItem::Value class

Value class

Represents a class for a value of colection item.

template<typename T>class Value : public System::Object
ParameterDescription
T

Methods

MethodDescription
get_Data() constGets a collection item value.
get_Prefix() constGets 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.
SetTemplateWeakPtr(uint32_t) overrideSet n’th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode.

See Also