GemBox.Pdf
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    PdfDocumentNames Class

    Namespace:
    GemBox.Pdf
    Assembly:
    GemBox.Pdf.dll

    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.

    • C#
    • VB.NET
    public sealed class PdfDocumentNames : PdfObject
    Public NotInheritable Class PdfDocumentNames
        Inherits PdfObject
    Inheritance:
    System.Object
    PdfObject
    PdfDocumentNames

    Properties

    Destinations

    (Optional; PDF 1.2) A name tree mapping name strings to destinations (see 12.3.2.3, "Named Destinations").

    • C#
    • VB.NET
    public PdfTree<PdfString, PdfDestination> Destinations { get; }
    Public ReadOnly Property Destinations As PdfTree(Of PdfString, PdfDestination)
    Property Value
    PdfTree<PdfString, PdfDestination>

    A name tree mapping name strings to destinations.

    See Also
    PDF Specification ISO 32000-1:2008, section '7.7.4 Name Dictionary'

    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").

    • C#
    • VB.NET
    public PdfEmbeddedFileSpecificationTree EmbeddedFiles { get; }
    Public ReadOnly Property EmbeddedFiles As PdfEmbeddedFileSpecificationTree
    Property Value
    PdfEmbeddedFileSpecificationTree

    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
    PDF Specification ISO 32000-1:2008, section '7.7.4 Name Dictionary'

    Inherited Properties

    Metadata

    (Optional; PDF 1.4) A metadata stream containing metadata for the component.

    (Inherited from PdfObject)

    Extension Methods

    PdfObjectExtensions.GetDictionary(PdfObject)
    PdfObjectExtensions.GetOrAddDictionary(PdfObject)
    PdfObjectExtensions.GetArray(PdfObject)

    See Also

    PDF Specification ISO 32000-1:2008, section '7.7.4 Name Dictionary'
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.