Table of Contents

Class CosNumber

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Class for a low-level PDF numeric object.

public sealed class CosNumber : CosObject
Inheritance
CosNumber
Inherited Members

Remarks

PDF provides two types of numeric objects: integer and real. Integer objects represent mathematical integers. Real objects represent mathematical real numbers.

Examples of number objects in a PDF file: -7, 9.832.

Properties

IntValue

Gets the value of this CosNumber object as an integer number.

RealValue

Gets the value of this CosNumber object as a real number.

Type

Gets the type of this CosObject.