InvalidPdfDictionaryEntryException Class
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.
public sealed class InvalidPdfDictionaryEntryException : InvalidPdfValueException, ISerializable, _Exception
Public NotInheritable Class InvalidPdfDictionaryEntryException
Inherits InvalidPdfValueException
Implements ISerializable, _Exception
- Inheritance:
- System.ObjectSystem.ExceptionInvalidPdfDictionaryEntryException
Implements
Properties
Dictionary
Gets the PdfDictionary that either contains an invalid entry or to which an invalid entry tried to be set.
public PdfDictionary Dictionary { get; }
Public ReadOnly Property Dictionary As PdfDictionary
Property Value
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.
Property Value
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) |