Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PdfLang Class / PdfLang Constructor
The string containing language identifier.

In This Topic
    PdfLang Constructor
    In This Topic
    Initializes a new instance of the PdfLang class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As System.String _
    )
    public PdfLang( 
       System.string value
    )

    Parameters

    value
    The string containing language identifier.
    See Also