Writer.LoadText

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(); writer.LoadText('Emakin');

Copyright © 2010 - 2023 Emakin. All rights reserved.