Loads the annotation objects stored in a TIFF tag.
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
)
tagData
A byte array containing the annotation objects being loaded.
container
An AnnContainer into which to load the objects.
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.
For C#/VB examples, refer to SaveToTag.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET