Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Writer Namespace / PdfStreamWriterBase Class / WriteName Method / WriteName(String) Method

In This Topic
    WriteName(String) Method
    In This Topic
    Writes a string as PDF name value, like "/name".
    Syntax
    'Declaration
     
    Public Overloads Sub WriteName( _
       ByVal value As System.String _
    ) 
    public void WriteName( 
       System.string value
    )

    Parameters

    value
    See Also