PdfDictionary Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a PDF dictionary structure.
Inheritance Hierarchy

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

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

public class PdfDictionary : UndefinedResource

The PdfDictionary type exposes the following members.

Constructors

  NameDescription
Public methodPdfDictionary
Initializes a new instance of the PdfDictionary class.
Public methodPdfDictionary(Byte)
Initializes a new instance of the PdfDictionary class.
Top
Properties

  NameDescription
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyKeys
Gets the keys.
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Public propertyValues
Gets the values.
Top
Methods

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

Reference