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.
public sealed class PdfDocumentNames : PdfObject
Public NotInheritable Class PdfDocumentNames
Inherits PdfObject
- Inheritance:
- System.ObjectPdfDocumentNames
Properties
Destinations
(Optional; PDF 1.2) A name tree mapping name strings to destinations (see 12.3.2.3, "Named Destinations").
public PdfTree<PdfString, PdfDestination> Destinations { get; }
Public ReadOnly Property Destinations As PdfTree(Of PdfString, PdfDestination)
Property Value
A name tree mapping name strings to destinations.
See Also
EmbeddedFiles
(Optional; PDF 1.4) A name tree mapping name strings to file specifications for embedded file streams (see 7.11.4, "Embedded File Streams").
public PdfEmbeddedFileSpecificationTree EmbeddedFiles { get; }
Public ReadOnly Property EmbeddedFiles As PdfEmbeddedFileSpecificationTree
Property Value
A name tree mapping name strings to file specifications for embedded file streams.
Remarks
The property EmbeddedFiles on a PdfDocument is a shortcut to this property.
See Also
Inherited Properties
Metadata | (Optional; PDF 1.4) A metadata stream containing metadata for the component. (Inherited from PdfObject) |