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

In This Topic
    WriteString(String,Boolean) Method
    In This Topic
    Writes a string as PDF string, like "(BlaBla)". Note! String is encrypted if encrypt is true and encryption is specified for the document. Note! If value is null or empty then empty "()" PDF string is written.
    Syntax
    'Declaration
     
    Public Overloads Sub WriteString( _
       ByVal value As System.String, _
       Optional ByVal encrypt As System.Boolean _
    ) 
    public void WriteString( 
       System.string value,
       System.bool encrypt
    )

    Parameters

    value
    encrypt
    See Also