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