CollectionItemValue
Class
Represents a value in a collection item dictionary, storing custom metadata for an embedded file in a PDF Portfolio.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Collections
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public class CollectionItemValue
Inheritance: objectCollectionItemValue
Properties
Gets or sets an optional prefix that is displayed before the main value in the PDF viewer. This corresponds to the P entry in a CollectionSubitem dictionary (PDF 1.7).
C#
public string Prefix { get; set; }
Remarks:
When a prefix is set, the value is exported as a CollectionSubitem dictionary with P and D entries. Example: A subject field might have prefix "Re:" and data "Let's have lunch on Friday!".
Gets the type of this collection item value.
C#
public CollectionItemValueType ValueType { get; }