AnnCopy method (ILEADRasterAnnotation)
short AnnCopy(short iFormat, VARIANT_BOOL bSelected, VARIANT_BOOL bEmpty); | |
Overview |
Refer to Implementing Annotations. |
Remarks
(Document/Medical only) Copies the specified annotation objects to the Windows clipboard in either the native format, XML, or WMF format.
Use the WMF format only for copying for use in another application.
In version 14.5, the text based format ANN_FMT_XML is being introduced. It has many advantages over ANN_FMT_NATIVE and ANN_FMT_ENCODED including:
It is both forward- and backward-compatible.
It is human readable.
It can be easily modified using a standard text editor (i.e. notepad.exe).
It can be easily parsed using any standard XML parser.
It can be used with any of the growing number of utilities that work with XML.
For more information, refer to New Annotation Features of Version 14.5.
See Also
Elements |
|
Topics |
|
|
|
|