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.11.26
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 propertyValue Gets a Int32 value of this PdfInteger instance.
Top
Methods
 NameDescription
Public methodStatic memberCreate Creates the PdfInteger instance from the specified Int32 value.
Top
See Also