The Data Entry URL box contains an Uniform Resource Locator (URL), which is
used by an application to acquire more information about the
associated vendor-specific extensions. The URL type should be the kind
that delivers a file (for example, files, http, ftp, etc.).
Ideally it permits random access.
Relative URLs are permissible and are relative to the file containing
this Data Entry URL box. This box is defined in JP2 and above file formats.
Syntax
Visual Basic (Declaration) | |
---|
Public Structure UuidUrl
Inherits ValueType |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As UuidUrl
|
Managed Extensions for C++ | |
---|
public __value struct UuidUrl : public ValueType |
C++/CLI | |
---|
public value class UuidUrl : public ValueType |
Example
Inheritance Hierarchy
Requirements
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
See Also