Method LoadMacros
LoadMacros(Stream)
Loads the macro records from the given stream.
public virtual void LoadMacros(Stream stream)
Parameters
stream
StreamThe Stream object to write the text.
LoadMacros(TextReader)
Loads the macro records from the given stream.
public virtual void LoadMacros(TextReader reader)
Parameters
reader
TextReaderThe TextReader object to read macros from stream.
LoadMacros(string)
Loads the macro records from the given file.
public virtual void LoadMacros(string fileName)
Parameters
fileName
stringName of file to load macros.