Table of Contents

Method SaveMacros

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

SaveMacros(Stream)

Saves the macro records to the given stream in xml format.

public virtual void SaveMacros(Stream stream)

Parameters

stream Stream

The Stream object to write the text.

SaveMacros(TextWriter)

Saves the macro records to the given stream in xml format.

public virtual void SaveMacros(TextWriter writer)

Parameters

writer TextWriter

The TextWriter object to write macros to stream.

SaveMacros(string)

Saves the macro records to the given file in xml format.

public virtual void SaveMacros(string fileName)

Parameters

fileName string

Name of file to save macros.