←Select platform

LoadFromTag Method

Summary

Loads the annotation objects stored in a TIFF tag.

Syntax

C#
VB
C++
public void LoadFromTag( 
   byte[] tagData, 
   AnnContainer container 
) 
  
Public Sub LoadFromTag( _ 
   ByVal tagData() As Byte, _ 
   ByVal container As Leadtools.Windows.Annotations.AnnContainer _ 
)  
public: 
void LoadFromTag(  
   array<byte>^ tagData, 
   Leadtools.Windows.Annotations.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

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

Leadtools.Windows.Annotations Assembly