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