Class PdfNumber
Base class for direct number values (not yet used, maybe superfluous).
public abstract class PdfNumber : PdfItem, ICloneable
- Inheritance
-
PdfNumber
- Implements
- Derived
- Inherited Members
Constructors
PdfNumber()
protected PdfNumber()
Properties
IsInteger
Gets or sets a value indicating whether this instance is a 32-bit signed integer.
public bool IsInteger { get; protected set; }
Property Value
IsLongInteger
Gets or sets a value indicating whether this instance is a 64-bit signed integer.
public bool IsLongInteger { get; protected set; }
Property Value
IsReal
Gets or sets a value indicating whether this instance is a floating point number.
public bool IsReal { get; protected set; }