'Declaration Public Property Field As Field
'Usage Dim instance As WidgetAnnotation Dim value As Field instance.Field = value value = instance.Field
public Field Field {get; set;}
            'Declaration Public Property Field As Field
'Usage Dim instance As WidgetAnnotation Dim value As Field instance.Field = value value = instance.Field
public Field Field {get; set;}
| Exception | Description | 
|---|---|
| ImageGear.Core.ImGearException | If the type of new field does not correspond with widget type. | 
| ImageGear.Core.ImGearException | If the new field does not belong to the same document as the widget. |