Version

Reset Method (WordPropertiesBase)

Restores all property values for this instance to their respective defaults.
Syntax
'Declaration
 
Public MustOverride Sub Reset() 
public abstract void Reset()
Remarks

The Reset method restores th object to the state it was in when it was first instantiated. When used within the context of the WordDocumentWriter class, calling the Reset method on an existing instance is recommended over instantiation of a new object since the current state of this object has no bearing on content that was produced at an earlier time, as the content has already been persisted.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also