Table of Contents

Class PdfLongInteger

Namespace
PdfSharp.Pdf
Assembly
PdfSharp.dll

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 long

The value.

Properties

Value

Gets the value as 64-bit integer.

public long Value { get; }

Property Value

long

Methods

GetTypeCode()

Returns TypeCode for 64-bit integers.

public TypeCode GetTypeCode()

Returns

TypeCode

ToString()

Returns the 64-bit integer as string.

public override string ToString()

Returns

string