CosNumber.IntValue Property

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

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public long IntValue { get; }
VB
Public ReadOnly Property IntValue As Long
	Get

Property Value

Type: Int64

See Also