←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#
VB
C++
public string SaveToCdllAnnotations( 
   AnnContainer[] containers, 
   double imageDpiX, 
   double imageDpiY 
) 
Public Function SaveToCdllAnnotations( 
   ByVal containers() As AnnContainer, 
   ByVal imageDpiX As Double, 
   ByVal imageDpiY As Double 
) As String 
public:  
   String^ SaveToCdllAnnotations( 
      array<AnnContainer^>^ containers, 
      double imageDpiX, 
      double 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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

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