←Select platform

Create Method

Summary
Creates a new instance of AnnAutomationManager with the specified rendering engine.
Syntax
C#
VB
Objective-C
C++
Java
Public Shared Function Create( _ 
   ByVal engine As AnnRenderingEngine _ 
) As AnnAutomationManager 
- (id) initWithRenderingEngine:(LTAnnRenderingEngine*)engine; 
public static create(AnnRenderingEngine engine); 
public:  
   static AnnAutomationManager^ Create( 
      AnnRenderingEngine^ engine 
   ) 

Parameters

engine
Rendering engine instance.

Return Value

The newly created object.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.