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

    Show / Hide Table of Contents

    InvalidPdfDictionaryEntryException Class

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

    Represents errors that occur when a value that is being retrieved from or being set to a PdfDictionary is not according to the PDF Specification ISO 32000-1:2008.

    • C#
    • VB.NET
    public sealed class InvalidPdfDictionaryEntryException : InvalidPdfValueException, ISerializable, _Exception
    Public NotInheritable Class InvalidPdfDictionaryEntryException
        Inherits InvalidPdfValueException
        Implements ISerializable, _Exception
    Inheritance:
    System.Object
    System.Exception
    PdfException
    InvalidPdfValueException
    InvalidPdfDictionaryEntryException
    Implements
    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception

    Properties

    Dictionary

    Gets the PdfDictionary that either contains an invalid entry or to which an invalid entry tried to be set.

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

    The PdfDictionary that either contains an invalid entry or to which an invalid entry tried to be set.

    Key

    Gets the key of an invalid entry value in the Dictionary that is either being retrieved or set.

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

    The key of an invalid entry value in the Dictionary that is either being retrieved or set.

    Inherited Properties

    HelpLink

    Gets a link to the appropriate page of the PDF Specification ISO 32000-1:2008.

    (Inherited from InvalidPdfValueException)

    Value

    Gets the invalid value that is either being retrieved or set.

    (Inherited from InvalidPdfValueException)

    ValueAppropriateTypes

    Gets the PdfBasicObjectTypes that the Value can be according to the PDF Specification ISO 32000-1:2008.

    (Inherited from InvalidPdfValueException)

    Implements

    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.