Click or drag to resize

PdfNumber Class

Represents a PDF numeric object.
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.ObjectsPdfBasicObject
    SautinSoft.Pdf.ObjectsPdfBasicValue
      SautinSoft.Pdf.ObjectsPdfNumber
        SautinSoft.Pdf.ObjectsPdfInteger

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public abstract class PdfNumber : PdfBasicValue

The PdfNumber type exposes the following members.

Properties
 NameDescription
Public propertyIsInteger Gets a value indicating whether this PdfNumber instance is PdfInteger.
Public propertyObjectType Gets the Number value.
(Overrides PdfBasicObjectObjectType)
Public propertyValue Gets a Double value of this PdfNumber instance.
Top
Methods
 NameDescription
Public methodStatic memberCreate Creates the PdfNumber instance from the specified Double value rounded to 15 digits of precision.
Public methodEquals Determines whether the specified Object is equal to this PdfNumber instance.
(Overrides PdfBasicValueEquals(Object))
Public methodGetHashCode Returns a hash code for this PdfNumber instance.
(Overrides PdfBasicValueGetHashCode)
Top
See Also