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