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

    Show / Hide Table of Contents

    PdfBasicValue Class

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

    Represents a base class for all immutable basic PDF objects.

    • C#
    • VB.NET
    public abstract class PdfBasicValue : PdfBasicObject
    Public MustInherit Class PdfBasicValue
        Inherits PdfBasicObject
    Inheritance:
    System.Object
    PdfBasicObject
    PdfBasicValue
    Derived
    PdfBoolean
    PdfName
    PdfNumber
    PdfString
    Remarks

    PdfBasicValue instance is immutable and therefore can be shared (contained in multiple PdfDictionary or PdfArray objects).

    PdfBasicValue instance is thread-safe.

    PdfBasicValue instance implements value equality.

    Methods

    Equals(Object)

    Determines whether the specified System.Object is equal to this PdfBasicValue instance.

    • C#
    • VB.NET
    public abstract override bool Equals(object obj)
    Public MustOverride Overrides Function Equals(obj As Object) As Boolean
    Parameters
    obj
    System.Object

    The System.Object to compare with this PdfBasicValue instance.

    Returns
    System.Boolean

    true if the specified System.Object is equal to this PdfBasicValue instance; otherwise, false.

    Overrides
    System.Object.Equals(System.Object)

    GetHashCode()

    Returns a hash code for this PdfBasicValue instance.

    • C#
    • VB.NET
    public abstract override int GetHashCode()
    Public MustOverride Overrides Function GetHashCode As Integer
    Returns
    System.Int32

    A hash code for this PdfBasicValue instance, suitable for use in hashing algorithms and data structures like a hash table.

    Overrides
    System.Object.GetHashCode()

    Inherited Properties

    Null

    Gets the single instance of Null type.

    (Inherited from PdfBasicObject)

    ObjectType

    Gets the PdfBasicObjectType of the current PdfBasicObject instance.

    (Inherited from PdfBasicObject)

    Inherited Methods

    ToString()

    Returns a System.String that represents this PdfBasicObject instance.

    (Inherited from PdfBasicObject)

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.