Leadtools.Jpeg2000 Namespace > Jpeg2000FileInformation Structure : UuidInformation Property |
public BoxInformationElement[] UuidInformation {get;}
'Declaration Public ReadOnly Property UuidInformation As BoxInformationElement()
'Usage Dim instance As Jpeg2000FileInformation Dim value() As BoxInformationElement value = instance.UuidInformation
public: property array<BoxInformationElement>^ UuidInformation { array<BoxInformationElement>^ get(); }