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( 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.