←Select platform

Create Method

Summary
Creates a new instance of AnnAutomationManager with the specified rendering engine.
Syntax
C#
Objective-C
C++/CLI
Java
Python
- (instancetype)initWithEngine:(LTAnnRenderingEngine *)engine; 
public static create(AnnRenderingEngine engine); 
public:  
   static AnnAutomationManager^ Create( 
      AnnRenderingEngine^ engine 
   ) 
def Create(self,engine): 

Parameters

engine
Rendering engine instance.

Return Value

The newly created object.

Requirements

Target Platforms

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

Leadtools.Annotations.Automation Assembly

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