PdfNumberObject ClassTerminal Works - PDF Printing.Net Library
Base class for indirect number values (not yet used, maybe superfluous).
Inheritance Hierarchy

SystemObject
  PdfEdit.PdfPdfItem
    PdfEdit.PdfPdfObject
      PdfEdit.PdfPdfNumberObject
        PdfEdit.PdfPdfIntegerObject
        PdfEdit.PdfPdfRealObject
        PdfEdit.PdfPdfUIntegerObject

Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public abstract class PdfNumberObject : PdfObject

The PdfNumberObject type exposes the following members.

Constructors

  NameDescription
Protected methodPdfNumberObject
Initializes a new instance of the PdfNumberObject class.
Protected methodPdfNumberObject(PdfDocument)
Initializes a new instance of the PdfNumberObject class.
Top
Methods

  NameDescription
Public methodClone
Creates a copy of this object. The clone does not belong to a document, i.e. its owner and its iref are null.
(Inherited from PdfObject.)
Protected methodCopy
Implements the copy mechanism. Must be overridden in derived classes.
(Inherited from PdfObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyInternals
Gets the PdfInternals object of this document, that grants access to some internal structures which are not part of the public interface of PdfDocument.
(Inherited from PdfObject.)
Public propertyIsIndirect
Indicates whether the object is an indirect object.
(Inherited from PdfObject.)
Public propertyOwner
Gets the PdfDocument this object belongs to.
(Inherited from PdfObject.)
Public propertyReference
Gets the indirect reference of this object. If the value is null, this object is a direct object.
(Inherited from PdfObject.)
Top
See Also

Reference