Overview
Updates the document content The Previous content created will be lost.void myWriter.LoadText(text: string, type: ( "html" | "rtf" | "txt" ))
Arguments
string text
( "html" | "rtf" | "txt" ) type
Example
var writer = new Writer(); doc.LoadText('Emakin');