Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfName Class / GetOrCreate Method / GetOrCreate(String) Method

In This Topic
    GetOrCreate(String) Method
    In This Topic
    Creates a new PdfName or returns existing predefined Standard Name.
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetOrCreate( _
       ByVal str As System.String _
    ) As PdfName
    public static PdfName GetOrCreate( 
       System.string str
    )

    Parameters

    str
    See Also