Accusoft NotateXpress 12
LoadAnnotations Property
See Also  Send comments on this topic.
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : LoadAnnotations Property

Glossary Item Box

Description

Gets and sets if annotations are loaded from a TIFF file when a TIFF file containing annotations is loaded by ImagXpress.

Property Type

Read-write property

Syntax

Visual Basic
Public Property LoadAnnotations As Boolean

Return Type

If loading annotations from a TIFF file from ImagXpress.

Remarks

Annotations load from the TIFF file as either Kodak/Wang Imaging for Windows compatible annotations (NX_AnnotationType_I4W) , or in native NotateXpress format (NX_AnnotationType_NXP) depending on the state of the AnnotationType property.  All other annotation types are ignored.

 

The following conditions must apply for embedded annotations to be read:

  • NotateXpress is connected to ImagXpress.
  • You load a TIFF file in ImagXpress.
  • There are annotations present.

 

Each format is saved in a different TIFF tag, enabling a user to have both NX_AnnotationType_I4W and NX_AnnotationType_NXP in the same file.

The TIFF tag for NX_AnnotationType_I4W is 32932 (hex 80A4).

The TIFF tag for NX_AnnotationType_NXP is 34686 (hex 877E).

See Also

©2013. Accusoft Corporation. All Rights Reserved.