LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

LoadFromTag Method






A byte array containing the annotation objects being loaded.
An AnnContainer into which to load the objects.
Loads the annotation objects stored in a TIFF tag. .NET support
Syntax
public void LoadFromTag( 
   byte[] tagData,
   AnnContainer container
)
'Declaration
 
Public Sub LoadFromTag( _
   ByVal tagData() As Byte, _
   ByVal container As AnnContainer _
) 
'Usage
 
Dim instance As AnnCodecs
Dim tagData() As Byte
Dim container As AnnContainer
 
instance.LoadFromTag(tagData, container)
public void LoadFromTag( 
   byte[] tagData,
   AnnContainer container
)
 function Leadtools.Windows.Annotations.AnnCodecs.LoadFromTag( 
   tagData ,
   container 
)
public:
void LoadFromTag( 
   array<byte>^ tagData,
   AnnContainer^ container
) 

Parameters

tagData
A byte array containing the annotation objects being loaded.
container
An AnnContainer into which to load the objects.
Remarks

You can use the System.Windows.Media.Imaging.BitmapMetadata.GetQuery(System.String) method to load tag objects from a TIFF file.

For more information, refer to WPF Annotation Files.

Example

For C#/VB examples, 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.