Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Writer Namespace / PdfDocStreamWriter Class / WriteComment Method

In This Topic
    WriteComment Method
    In This Topic
    Writes a comment string to the stream.
    Syntax
    'Declaration
     
    Public Sub WriteComment( _
       ByVal comment As System.String _
    ) 
    public void WriteComment( 
       System.string comment
    )

    Parameters

    comment
    See Also