Leadtools.Annotations Namespace > AnnCodecs Class : LoadFromTag Method |
public void LoadFromTag( RasterTagMetadata tag, AnnContainer container )
'Declaration Public Sub LoadFromTag( _ ByVal tag As RasterTagMetadata, _ ByVal container As AnnContainer _ )
'Usage Dim instance As AnnCodecs Dim tag As RasterTagMetadata Dim container As AnnContainer instance.LoadFromTag(tag, container)
public void LoadFromTag( RasterTagMetadata tag, AnnContainer container )
public: void LoadFromTag( RasterTagMetadata^ tag, AnnContainer^ container )
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2