Image Viewer CP ActiveX Control

ShowAnnotationWhenSave

 

Enable/Disable display Wang TIFF Annotation tags on TIFF when save as TIFF file. This feature is useful if another software cannot read the Wang TIFF Annotation tags.
 

ImageViewer1.ShowAnnotationWhenSave[=Bool]


Parameter
Bool
true - enable, false -disable.
 


Remark
This property is Read/Write.

Example

   

Visual Basic Syntax
ImageViewer1.ShowAnnotation= true
ImageViewer1.FileName = "c:\1.tif"
ImageViewer1.ShowAnnotationWhenSave= true
ImageViewer1.Save "c:\test","tif"