Visual Basic (Declaration) | |
---|---|
Public Sub LoadFromTag( _ ByVal tag As RasterTagMetadata, _ ByVal container As AnnContainer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void LoadFromTag( RasterTagMetadata tag, AnnContainer container ) |
Managed Extensions for C++ | |
---|---|
public: void LoadFromTag( RasterTagMetadata tag, AnnContainer* container ) |
C++/CLI | |
---|---|
public: void LoadFromTag( RasterTagMetadata tag, AnnContainer^ container ) |
Parameters
- tag
- An RasterTagMetadata object containing the annotation objects being loaded.
- container
- An AnnContainer into which to load the objects.
For an example, refer to SaveToTag.
The tag should have an ID = .AnnotationTiff (the value 80A4 in hexadecimal).
You can use the ReadTag method to load tag objects from a TIFF file.
For more information, refer to Annotation Files.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family