PdfNumberObject Constructor
In This Topic
Initializes a new instance of the
PdfNumberObject class.
Syntax
'Declaration
Public Function New( _
ByVal As PdfNumber _
)
public PdfNumberObject(
PdfNumber
)
Parameters
- value
- The value of PdfIndirectObject<TValue>.Value.
See Also