LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

LoadFromTag Method






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
)
 function Leadtools.Annotations.AnnCodecs.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnCodecs Class
AnnCodecs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.