←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly