InvalidPdfValueException Class
Represents errors that occur when a value that is being retrieved from or being set to a PdfDictionary or a PdfArray instance is not according to the PDF Specification ISO 32000-1:2008.
public abstract class InvalidPdfValueException : PdfException, ISerializable, _Exception
Public MustInherit Class InvalidPdfValueException
Inherits PdfException
Implements ISerializable, _Exception
- Inheritance:
- System.ObjectSystem.ExceptionInvalidPdfValueException
- Derived
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Properties
HelpLink
Gets a link to the appropriate page of the PDF Specification ISO 32000-1:2008.
public sealed override string HelpLink { get; set; }
Public NotOverridable Overrides Property HelpLink As String
Property Value
- System.String
The link to the appropriate page of the PDF Specification ISO 32000-1:2008.
Overrides
System.Exception.HelpLink
Exceptions
- System.NotSupportedException
Setting a value is not supported.
Value
Gets the invalid value that is either being retrieved or set.
Property Value
The invalid value that is either being retrieved or set.
ValueAppropriateTypes
Gets the PdfBasicObjectTypes that the Value can be according to the PDF Specification ISO 32000-1:2008.
public IEnumerable<PdfBasicObjectType> ValueAppropriateTypes { get; }
Public ReadOnly Property ValueAppropriateTypes As IEnumerable(Of PdfBasicObjectType)
Property Value
- System.Collections.Generic.IEnumerable<PdfBasicObjectType>
The PdfBasicObjectTypes that the Value can be according to the PDF Specification ISO 32000-1:2008.
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception