Leadtools.Windows.Annotations Requires Document/Medical license. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
LoadFromTag Method
See Also 
Leadtools.Windows.Annotations Namespace > AnnCodecs Class : LoadFromTag Method



tagData
A byte array containing the annotation objects being loaded.
container
An AnnContainer into which to load the objects.
tagData
A byte array containing the annotation objects being loaded.
container
An AnnContainer into which to load the objects.
Loads the annotation objects stored in a TIFF tag.

Syntax

Visual Basic (Declaration) 
Public Sub LoadFromTag( _
   ByVal tagData() As Byte, _
   ByVal container As AnnContainer _
) 
Visual Basic (Usage)Copy Code
Dim instance As AnnCodecs
Dim tagData() As Byte
Dim container As AnnContainer
 
instance.LoadFromTag(tagData, container)
C# 
public void LoadFromTag( 
   byte[] tagData,
   AnnContainer container
)
C++/CLI 
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.

Example

For C#/VB examples, refer to AnnCodecs.SaveToTag.

Remarks

You can use the GetQuery method to load tag objects from a TIFF file.

For more information, refer to WPF Annotation Files.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also

LoadFromTag requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.