Table of Contents

Class PdfNumber

Namespace
PdfSharp.Pdf
Assembly
PdfSharp.dll

Base class for direct number values (not yet used, maybe superfluous).

public abstract class PdfNumber : PdfItem, ICloneable
Inheritance
PdfNumber
Implements
Derived
Inherited Members

Constructors

PdfNumber()

protected PdfNumber()

Properties

IsInteger

Gets or sets a value indicating whether this instance is a 32-bit signed integer.

public bool IsInteger { get; protected set; }

Property Value

bool

IsLongInteger

Gets or sets a value indicating whether this instance is a 64-bit signed integer.

public bool IsLongInteger { get; protected set; }

Property Value

bool

IsReal

Gets or sets a value indicating whether this instance is a floating point number.

public bool IsReal { get; protected set; }

Property Value

bool