←Select platform

Location Property

Summary

Gets or sets the URL's location.

Syntax

C#
VB
C++
public byte[] Location { get; set; } 
  
Public Property Location As Byte() 
public: 
property array<byte>^ Location { 
   array<byte>^ get(); 
   void set (    array<byte>^ ); 
} 

Property Value

URL where additional information can be found.

Remarks

This field specifies the URL of the additional information associated with the UUIDs contained in the UuidList within the same UuidInformationBox superbox. The URL is encoded as a null terminated string of UTF-8 characters.

Requirements

Target Platforms

See Also

Reference

UuidUrl Structure

UuidUrl Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpeg2000 Assembly