Namespace: BitMiracle.Docotic.Pdf
public sealed class CosNumber : CosObject
Public NotInheritable Class CosNumber Inherits CosObject
The CosNumber type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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.
(Overrides CosObject.Type.) |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.