Leadtools.Annotations Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
LoadFromTag Method
See Also 
Leadtools.Annotations Namespace > AnnCodecs Class : LoadFromTag Method




tag
An RasterTagMetadata object containing the annotation objects being loaded.
container
An AnnContainer into which to load the objects.
Loads the annotation objects stored in a TIFF tag.

Syntax

Visual Basic (Declaration) 
Public Sub LoadFromTag( _
   ByVal tag As RasterTagMetadata, _
   ByVal container As AnnContainer _
) 
Visual Basic (Usage)Copy Code
Dim instance As AnnCodecs
Dim tag As RasterTagMetadata
Dim container As AnnContainer
 
instance.LoadFromTag(tag, container)
C# 
public void LoadFromTag( 
   RasterTagMetadata tag,
   AnnContainer container
)
Managed Extensions for C++ 
public: void LoadFromTag( 
   RasterTagMetadata tag,
   AnnContainer* container
) 
C++/CLI 
public:
void LoadFromTag( 
   RasterTagMetadata tag,
   AnnContainer^ container
) 

Parameters

tag
An RasterTagMetadata object containing the annotation objects being loaded.
container
An AnnContainer into which to load the objects.

Example

For an example, refer to SaveToTag.

Remarks

The tag should have an ID = .AnnotationTiff (the value 80A4 in hexadecimal).

You can use the ReadTag method to load tag objects from a TIFF file.

For more information, refer to Annotation Files.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features