saveToCdllAnnotations Method

Summary

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

Syntax
TypeScript
JavaScript
AnnCodecs.prototype.saveToCdllAnnotations = function( 
   containers, 
   imageDpiX, 
   imageDpiY 
) 
saveToCdllAnnotations( 
   containers: AnnContainer[], 
   imageDpiX: number, 
   imageDpiY: number 
): string; 

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 XML string of the saved legacy CDLL annotations format.

Requirements

Target Platforms

Help Version 22.0.2023.1.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.