Gets and sets the value specifying whether to import annotations that are embedded in the image file.
Read-write property
Visual Basic |
---|
Public Property AnnotateImportEmbedded As Boolean |
A boolean value which is True to enable importing annotations that are embedded within the image file. Otherwise, False should be used.
The default value is False.
When this property is set to True, it imports annotations that are embedded within the image file. This only is applicable to TIFF or PDF files. Not all embedded annotation types are supported, unsupported annotation types are ignored. For a list of supported annotation types, see "Supported Types of Annotations" in "How To - Annotate Images".
Set this property in the Object/Embed tag or during the OnInitialize event. Setting this property has no effect if it is set during installation, or in a list file.
For more information refer to the Initial Property Scope topic.