Table of Contents

Class PdfInteger

Namespace
PdfSharp.Pdf
Assembly
PdfSharp.dll

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 int

The value.

Properties

Value

Gets the value as integer.

public int Value { get; }

Property Value

int

Methods

GetTypeCode()

Returns TypeCode for 32-bit integers.

public TypeCode GetTypeCode()

Returns

TypeCode

ToString()

Returns the integer as string.

public override string ToString()

Returns

string