Table of Contents

Class PdfIntegerObject

Namespace
PdfSharp.Pdf
Assembly
PdfSharp.dll

Represents an indirect 32-bit signed integer value. This type is not used by PDFsharp. If it is imported from an external PDF file, the value is converted into a direct object.

public sealed class PdfIntegerObject : PdfNumberObject, ICloneable
Inheritance
PdfIntegerObject
Implements
Inherited Members

Constructors

PdfIntegerObject()

Initializes a new instance of the PdfIntegerObject class.

public PdfIntegerObject()

PdfIntegerObject(PdfDocument, int)

Initializes a new instance of the PdfIntegerObject class.

public PdfIntegerObject(PdfDocument document, int value)

Parameters

document PdfDocument
value int

PdfIntegerObject(int)

Initializes a new instance of the PdfIntegerObject class.

public PdfIntegerObject(int value)

Parameters

value int

Properties

Value

Gets the value as integer.

public int Value { get; }

Property Value

int

Methods

ToString()

Returns the integer as string.

public override string ToString()

Returns

string