Click or drag to resize

PdfDictionaryEntry Structure

Represents a PdfDictionary entry.
Inheritance Hierarchy
SystemObject
  SystemValueType
    SautinSoft.Pdf.ObjectsPdfDictionaryEntry

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public struct PdfDictionaryEntry

The PdfDictionaryEntry type exposes the following members.

Constructors
 NameDescription
Public methodPdfDictionaryEntry(PdfName, PdfBasicObject) Initializes a new instance of the PdfDictionaryEntry structure with the specified key and value.
Public methodPdfDictionaryEntry(String, PdfBasicObject) Initializes a new instance of the PdfDictionaryEntry structure with the specified String key and PdfBasicObject value.
Top
Properties
 NameDescription
Public propertyKey Gets the PdfName key in the PdfDictionaryEntry.
Public propertyValue Gets the PdfBasicObject value in the PdfDictionaryEntry.
Top
Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Returns a String that represents this PdfDictionaryEntry instance.
(Overrides ValueTypeToString)
Top
See Also