|
Do
you mean that you want to create and use Annotation objects programmatically? If
yes, you can create and add the annotation objects without UI, you can find
sample codes in the .NET help files, for example, see the AnnTextObject Class
help topic for sample code on how to create Text object.
I'm
afraid that you cannot have different text formats inside one text object,
changing the format will change the format for all the text in that object.
Do
you mean that you want know if the text object capacity is full, or if the line
in the text object is full and you will start a new line?
About saving the annotation objects, you must first
'Realize' the annotation objects, this will 'burn' the annotation objects to
the image, and they become part of the image. Saving the image with annotation
without realizing them will save the annotation in an ANN file. You can use the
Realize option in the CSAutomationDemo from the Annotation menu.
Adam Boulad LEADTOOLS Technical Support
|