Click or drag to resize

PdfInteger Class

Represents an integer value PDF numeric object.
Inheritance Hierarchy

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.2.19
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