Class PdfInteger
Represents a direct 32-bit signed integer value.
public sealed class PdfInteger : PdfNumber, ICloneable, IConvertible
- Inheritance
-
PdfInteger
- Implements
- Inherited Members
Constructors
PdfInteger()
Initializes a new instance of the PdfInteger class.
public PdfInteger()
PdfInteger(int)
Initializes a new instance of the PdfInteger class.
public PdfInteger(int value)
Parameters
value
intThe value.
Properties
Value
Gets the value as integer.
public int Value { get; }
Property Value
Methods
GetTypeCode()
Returns TypeCode for 32-bit integers.
public TypeCode GetTypeCode()
Returns
ToString()
Returns the integer as string.
public override string ToString()