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

    Show / Hide Table of Contents

    InvalidPdfValueException 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 or a PdfArray instance is not according to the PDF Specification ISO 32000-1:2008.

    • C#
    • VB.NET
    public abstract class InvalidPdfValueException : PdfException, ISerializable, _Exception
    Public MustInherit Class InvalidPdfValueException
        Inherits PdfException
        Implements ISerializable, _Exception
    Inheritance:
    System.Object
    System.Exception
    PdfException
    InvalidPdfValueException
    Derived
    InvalidPdfArrayItemException
    InvalidPdfDictionaryEntryException
    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.

    • C#
    • VB.NET
    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.

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

    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.

    • C#
    • VB.NET
    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
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.