LEADTOOLS Annotations (Leadtools.Annotations assembly)

LoadFromTag Method

Show in webframe





An Leadtools.RasterTagMetadata object containing the annotation objects being loaded.
An AnnContainer into which to load the objects.
Loads the annotation objects stored in a TIFF tag.
Syntax
public void LoadFromTag( 
   RasterTagMetadata tag,
   AnnContainer container
)
'Declaration
 
Public Sub LoadFromTag( _
   ByVal tag As RasterTagMetadata, _
   ByVal container As AnnContainer _
) 
'Usage
 
Dim instance As AnnCodecs
Dim tag As RasterTagMetadata
Dim container As AnnContainer
 
instance.LoadFromTag(tag, container)

            

            
public:
void LoadFromTag( 
   RasterTagMetadata^ tag,
   AnnContainer^ container
) 

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.

Example
For an example, refer to SaveToTag.
Requirements

Target Platforms

See Also

Reference

AnnCodecs Class
AnnCodecs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.