Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Writer Namespace / PdfStreamWriterBase Class / WriteLine Method

In This Topic
    WriteLine Method
    In This Topic
    Writes a string and adds CRLF after, each char of the string converted to byte.
    Syntax
    'Declaration
     
    Public Sub WriteLine( _
       ByVal s As System.String _
    ) 
    public void WriteLine( 
       System.string s
    )

    Parameters

    s
    See Also