- tagData
- A byte array containing the annotation objects being loaded.
- container
- An AnnContainer into which to load the objects.
Visual Basic (Declaration) | |
---|---|
Public Sub LoadFromTag( _ ByVal tagData() As Byte, _ ByVal container As AnnContainer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void LoadFromTag( byte[] tagData, AnnContainer container ) |
C++/CLI | |
---|---|
public: void LoadFromTag( array<byte>^ tagData, AnnContainer^ container ) |
Parameters
- tagData
- A byte array containing the annotation objects being loaded.
- container
- An AnnContainer into which to load the objects.
For C#/VB examples, refer to AnnCodecs.SaveToTag.
You can use the GetQuery method to load tag objects from a TIFF file.
For more information, refer to WPF Annotation Files.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family