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

    Show / Hide Table of Contents

    PdfBasicObject Class

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

    Represents a base class for all basic PDF objects.

    • C#
    • VB.NET
    public abstract class PdfBasicObject
    Public MustInherit Class PdfBasicObject
    Inheritance:
    System.Object
    PdfBasicObject
    Derived
    PdfBasicContainer
    PdfBasicValue

    Properties

    Null

    Gets the single instance of Null type.

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

    The single instance of Null type.

    See Also
    PDF Specification ISO 32000-1:2008, section '7.3.9 Null Object'

    ObjectType

    Gets the PdfBasicObjectType of the current PdfBasicObject instance.

    • C#
    • VB.NET
    public abstract PdfBasicObjectType ObjectType { get; }
    Public MustOverride ReadOnly Property ObjectType As PdfBasicObjectType
    Property Value
    PdfBasicObjectType

    The PdfBasicObjectType of the current PdfBasicObject instance.

    Methods

    ToString()

    Returns a System.String that represents this PdfBasicObject instance.

    • C#
    • VB.NET
    public abstract override string ToString()
    Public MustOverride Overrides Function ToString As String
    Returns
    System.String

    A System.String that represents this PdfBasicObject instance.

    Overrides
    System.Object.ToString()
    Remarks

    This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).

    See Also

    PDF Specification ISO 32000-1:2008, section '7.3 Objects'
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.