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