Name | Description | |
---|---|---|
AsDouble | Converts the IPdfNumber to a double value. | |
AsFloat | Converts the IPdfNumber to a float value. Note that this method simply casts the double value to float. | |
AsInt | Converts the IPdfNumber to an integer. Note that this method simply casts the double value to integer. | |
AsLong | Converts the IPdfNumber to a long integer. Note that this method simply casts the double value to long integer. | |
AsUInt | Converts the IPdfNumber to unsigned integer. Note that this method simply casts the double value to unsigned integer. |