←Select platform

LoadFromTag Method

Summary

Loads the annotation objects stored in a TIFF tag.

Syntax

C#
VB
C++
public void LoadFromTag( 
   RasterTagMetadata tag, 
   AnnContainer container 
) 
  
Public Sub LoadFromTag( _ 
   ByVal tag As Leadtools.RasterTagMetadata, _ 
   ByVal container As Leadtools.Annotations.AnnContainer _ 
)  

Parameters

tag
An Leadtools.RasterTagMetadata object containing the annotation objects being loaded.

container
An AnnContainer into which to load the objects.

Remarks

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

You can use the Leadtools.Codecs.RasterCodecs.ReadTag(system.io.stream,system.int32,system.int32) method to load tag objects from a TIFF file.

For more information, refer to Annotation Files (Deprecated).

Example

For an example, refer to SaveToTag.

Requirements

Target Platforms

See Also

Reference

AnnCodecs Class

AnnCodecs Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly