CollectionSubitem Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a collection subitem that provides the data corresponding to the related fields in the collection, and it provides a means of associating a prefix string with that data value.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.FixedLayout.ResourcesUndefinedResource
      Apitron.PDF.ObjectsPdfDictionary
        Apitron.PDF.Kit.Interactive.Navigation.DocumentLevel.CollectionsCollectionSubitem

Namespace:  Apitron.PDF.Kit.Interactive.Navigation.DocumentLevel.Collections
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class CollectionSubitem : PdfDictionary

The CollectionSubitem type exposes the following members.

Constructors

  NameDescription
Public methodCollectionSubitem
Initializes a new instance of the CollectionSubitem class.
Top
Properties

  NameDescription
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyData
Gets or sets the data corresponding to the related entry in the collection field. The type of data shall match the data type identified by the corresponding collection field.
Public propertyKeys
Gets the keys.
(Inherited from PdfDictionary.)
Public propertyPreffix
Gets or sets 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.
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Public propertyValues
Gets the values.
(Inherited from PdfDictionary.)
Top
Methods

  NameDescription
Public methodGetStream
Gets the stream data if the dictionary is stream.
(Inherited from PdfDictionary.)
Public methodGetValue
Gets the value for the specified key.
(Inherited from PdfDictionary.)
Public methodHasKey
Determines whether the instace has the specified key.
(Inherited from PdfDictionary.)
Public methodRemove
Removes a value for the specified key.
(Inherited from PdfDictionary.)
Public methodSetValue(String, PdfDictionary)
Sets the value for the specified key.
(Inherited from PdfDictionary.)
Public methodSetValue(String, Boolean)
Sets the value for the specified key.
(Inherited from PdfDictionary.)
Public methodSetValue(String, Byte)
Sets the value for the specified key.
(Inherited from PdfDictionary.)
Public methodSetValue(String, DateTime)
Sets the value for the specified key.
(Inherited from PdfDictionary.)
Public methodSetValue(String, Double)
Sets the value for the specified key.
(Inherited from PdfDictionary.)
Public methodSetValue(String, Int32)
Sets the value for the specified key.
(Inherited from PdfDictionary.)
Public methodSetValue(String, String, Boolean)
Sets the value for the specified key.
(Inherited from PdfDictionary.)
Top
See Also

Reference