Leadtools.Windows.Annotations Namespace > AnnCodecs Class : LoadFromTag Method |
public void LoadFromTag( byte[] tagData, AnnContainer container )
'Declaration Public Sub LoadFromTag( _ ByVal tagData() As Byte, _ ByVal container As AnnContainer _ )
'Usage Dim instance As AnnCodecs Dim tagData() As Byte Dim container As AnnContainer instance.LoadFromTag(tagData, container)
public void LoadFromTag( byte[] tagData, AnnContainer container )
public: void LoadFromTag( array<byte>^ tagData, AnnContainer^ container )
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.
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