Click or drag to resize

PdfInteger Class

Represents an integer value 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.8.8
Syntax
public abstract class PdfInteger : PdfNumber

The PdfInteger type exposes the following members.

Properties
 NameDescription
Public propertyIsInteger Gets true because this PDF numeric object is integer value.
(Overrides PdfNumberIsInteger)
Public propertyObjectType Gets the Number value.
(Inherited from PdfNumber)
Public propertyValue Gets a Int32 value of this PdfInteger instance.
Top
Methods
 NameDescription
Public methodStatic memberCreate Creates the PdfInteger instance from the specified Int32 value.
Public methodEquals Determines whether the specified Object is equal to this PdfNumber instance.
(Inherited from PdfNumber)
Public methodGetHashCode Returns a hash code for this PdfNumber instance.
(Inherited from PdfNumber)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Returns a String that represents this PdfBasicObject instance.
(Inherited from PdfBasicObject)
Top
See Also