←Select platform

SaveToCdllAnnotations Method

Summary

Saves from the new annotations format in Leadtools.Annotations.Engine, into legacy CDLL ANN annotations format. Available for backward compatibility with previous version.

Syntax
C#
C++/CLI
Python
public string SaveToCdllAnnotations( 
   AnnContainer[] containers, 
   double imageDpiX, 
   double imageDpiY 
) 
public:  
   String^ SaveToCdllAnnotations( 
      array<AnnContainer^>^ containers, 
      double imageDpiX, 
      double imageDpiY 
   ) 
def SaveToCdllAnnotations(self,] containers,imageDpiX,imageDpiY): 

Parameters

containers

The AnnContainer to be saved. Must not be null.

imageDpiX

The horizontal resolution of the annotated image.

imageDpiY

The vertical resolution of the annotated image.

Return Value

The ANN string of the saved legacy C DLL annotations format.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

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