PDFDocCreateIndirectNumber Method |
Creates the indirect number.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Obj CreateIndirectNumber(
double value
)
Public Function CreateIndirectNumber (
value As Double
) As Obj
public:
virtual Obj^ CreateIndirectNumber(
[InAttribute] double value
) sealed
function CreateIndirectNumber(value);
Parameters
- value
- Type: SystemDouble
the value
Return Value
Type:
Obj the obj
See Also