initialize Method

Summary

Initialize the annotation automations used by this DocumentViewerAnnotations.

Syntax

JavaScript Syntax
DocumentViewerAnnotations.prototype.initialize = function() 
TypeScript Syntax
initialize(): void; 

Remarks

Initialize must be called by the application after this object finishes loading all the annotations containers of the current Document and the user has created the necessary annotation rendering engine and any other optional automation componets in response to DocumentViewerOperation.CreateAutomation. Refer to DocumentViewerAnnotations for more information.

The following occurs during Initialize

  1. AnnAutomationManager.CreateDefaultObjects is called to create the automation objects for all AnnAutomationManager.Objects

  2. The AnnAutomationObject.DrawDesignerType of all objects that derive from AnnTextReviewObject is replaced with an internal class that handles proper text selection (using DocumentViewerSelectTextInteractiveMode)

  3. The DrawDesignerType of SelectObjectId object type is set to null. This will remove the support for selecting annotations objects using rubber-banding. This mode does not work with other image viewer interactive modes

Example

For an example, refer to DocumentViewerAnnotations.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI Assembly