GetOrCreate Method (PdfNumber)
In This Topic
Creates a new
PdfNumber or returns existing predefined PdfNumber object.
Syntax
'Declaration
Public Shared Function GetOrCreate( _
ByVal As System.Integer _
) As PdfNumber
public static PdfNumber GetOrCreate(
System.int
)
Parameters
- value
See Also