InternalDictionaryTKey, TValue Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents an abstract internal dictionary.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.FixedLayoutInternalDictionaryTKey, TValue
      Apitron.PDF.Kit.FixedLayoutDestinationCollection
      Apitron.PDF.Kit.FixedLayoutEmbeddedFileCollection
      Apitron.PDF.Kit.FixedLayoutNamedPagesCollection
      Apitron.PDF.Kit.FixedLayoutPdf11DestinationCollection

Namespace:  Apitron.PDF.Kit.FixedLayout
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public abstract class InternalDictionary<TKey, TValue> : Resource, 
	IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable
where TValue : Resource

Type Parameters

TKey
The type of the key.
TValue
The type of the value.

The InternalDictionaryTKey, TValue type exposes the following members.

Properties

  NameDescription
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyCount
Gets the count.
Public propertyItem
Gets or sets the [!:TValue] with the specified key.
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Top
See Also

Reference