Loads the annotation objects stored in a TIFF tag.
public void LoadFromTag(
RasterTagMetadata tag,
AnnContainer container
)
Public Sub LoadFromTag( _
ByVal tag As Leadtools.RasterTagMetadata, _
ByVal container As Leadtools.Annotations.AnnContainer _
)
public:
void LoadFromTag(
Leadtools.RasterTagMetadata^ tag,
Leadtools.Annotations.AnnContainer^ container
)
tag
An Leadtools.RasterTagMetadata object containing the annotation objects being loaded.
container
An AnnContainer into which to load the objects.
The tag should have an ID = .AnnotationTiff (the value 80A4 in hexadecimal).
You can use the Leadtools.Codecs.RasterCodecs.ReadTag(system.io.stream,system.int32,system.int32) method to load tag objects from a TIFF file.
For more information, refer to Annotation Files (Deprecated).
For an example, 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