Class PdfNumberObject
Base class for indirect number values (not yet used, maybe superfluous).
public abstract class PdfNumberObject : PdfObject, ICloneable
- Inheritance
-
PdfNumberObject
- Implements
- Derived
- Inherited Members
Constructors
PdfNumberObject()
Initializes a new instance of the PdfNumberObject class.
protected PdfNumberObject()
PdfNumberObject(PdfDocument)
Initializes a new instance of the PdfNumberObject class.
protected PdfNumberObject(PdfDocument document)
Parameters
document
PdfDocumentThe document.