Initializes a new instance of this class.
[Visual Basic]
Public Sub New()
[C#]
public Spell();
Remarks
To specify a valid license use the License.SetLicense method.
Without a license, the component is working in evaluation mode and a randomly generated watermark such as QJENjr078 is inserted into the checked text.
Example
[C#]
Spell spell = new Spell();
[Visual Basic]
Dim spell as Spell = new Spell()
See Also
Spell Class | Aspose.Spell Namespace