LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

LoadFromTag Method

Show in webframe





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.
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( 
   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

See Also

Reference

AnnCodecs Class
AnnCodecs Members

 

 


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