Interface
IAnnotationHost

Definition

Namespace:ArtOfTest.WebAii

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public interface IAnnotationHost

Derived Classes: AspNetHostBrowserBrowserDesktopApplicationPopupDesktopApplicationWindowSilverlightAppWpfWindowVisualTreeHost

Properties

Annotator

Declaration

cs-api-definition
Annotator Annotator { get; }

Property Value

Annotator

ContentWindow

Declaration

cs-api-definition
Window ContentWindow { get; }

Property Value

Window

Manager

Declaration

cs-api-definition
Manager Manager { get; }

Property Value

Manager

ShouldDisplayAnnotation

Declaration

cs-api-definition
bool ShouldDisplayAnnotation { get; }

Property Value

bool

Window

Declaration

cs-api-definition
Window Window { get; }

Property Value

Window

Methods

FixAnnotationArea(Rectangle)

Declaration

cs-api-definition
Rectangle FixAnnotationArea(Rectangle area)

Parameters

area

Rectangle

Returns

Rectangle