Gets the Annotator object associated with this browser.

Namespace:  ArtOfTest.WebAii.Core
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2.0.7.0 (2.0.7.0)

Syntax

C#
public Annotator Annotator { get; }
Visual Basic (Declaration)
Public ReadOnly Property Annotator As Annotator
Visual C++
public:
property Annotator^ Annotator {
	Annotator^ get ();
}

See Also