Saves from the new annotations format in Leadtools.Annotations.Engine, into legacy CDLL ANN annotations format. Available for backward compatibility with previous version.
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):
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.
The ANN string of the saved legacy C DLL annotations format.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document