Click or drag to resize

PdfDocumentNames Class

Contains the correspondence between names and objects for some categories of objects in a PDF file that can be referred to by name rather than by object reference.
Inheritance Hierarchy
SystemObject
  SautinSoft.PdfPdfObject
    SautinSoft.PdfPdfDocumentNames

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public sealed class PdfDocumentNames : PdfObject

The PdfDocumentNames type exposes the following members.

Properties
 NameDescription
Public propertyDestinations(Optional; PDF 1.2) A name tree mapping name strings to destinations (see ).
Public propertyEmbeddedFiles(Optional; PDF 1.4) name tree mapping name strings to file specifications for embedded file streams (see ).
Top
Extension Methods
 NameDescription
Public Extension MethodGetArray Gets the PdfArray that serves as a backing storage of the specified PdfObject or if no PdfArray serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetOrAddDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Top
See Also