DicomObjects.NET.V8
DicomObjects.EventArguments Namespace / ValidateFragmentsArgs Class / BasicOffsetTable Property



In This Topic
    BasicOffsetTable Property
    In This Topic
    The basic offset table as read from the received data.
    Syntax
    'Declaration
     
    Public Property BasicOffsetTable As UInteger()
    'Usage
     
    Dim instance As ValidateFragmentsArgs
    Dim value() As UInteger
     
    instance.BasicOffsetTable = value
     
    value = instance.BasicOffsetTable
    public uint[] BasicOffsetTable {get; set;}
    public:
    property array<uint>^ BasicOffsetTable {
       array<uint>^ get();
       void set (    array<uint>^ value);
    }
    Remarks

    You may set this to null if modifying the data, and DicomObjects will attempt to recalculate it, checking whether the fragements start with the appropriate markers.

    Alternatively, you may set it explicitly

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also