Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfNumber Class / GetOrCreate Method

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

    Parameters

    value
    See Also