Gets or sets the callback that is used to obtain the collection of annotation containers used by the automation.
public AnnAutomationControlGetContainersCallback AutomationGetContainersCallback { get; set; }
Property AutomationGetContainersCallback As Leadtools.Annotations.Core.AnnAutomationControlGetContainersCallback
Leadtools.Annotations.Core.AnnAutomationControlGetContainersCallback AutomationGetContainersCallback {get; set;}
@property (nonatomic) LTAnnAutomationControlGetContainersCallback* automationGetContainersCallback;
AnnAutomationControlGetContainersCallback getAutomationGetContainersCallback();
void setAutomationGetContainersCallback(AnnAutomationControlGetContainersCallback callback);
get_AutomationGetContainersCallback();
set_AutomationGetContainersCallback(value);
Object.defineProperty('AutomationGetContainersCallback');
public:
property AnnAutomationControlGetContainersCallback^ AutomationGetContainersCallback
{
AnnAutomationControlGetContainersCallback^ get()
void set(AnnAutomationControlGetContainersCallback^ value)
}
The callback that is used to obtain the collection of annotation containers used by the automation.
This property is set by the automation object with a callback that can be used to return the collection of the AnnContainer objects being used if multi-container mode is used.
The default implementation saves the callback value in a local variable and then use it to get the list of the containers to use during ImageViewer.PostRender used to render each container on the surface of the control.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET