DicomObjects.NET Core Documentation
DicomObjects.DicomWeb Namespace / WadoEventArgs Class / Frames Property



In This Topic
    Frames Property
    In This Topic
    The request frame list
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Frames As Integer()
    'Usage
     
    
    Dim instance As WadoEventArgs
    Dim value() As Integer
     
    value = instance.Frames
    public int[] Frames {get;}
    public:
    property array<int>^ Frames {
       array<int>^ get();
    }
    Remarks
    If no frame list is specified (i.e. if all frames are requested), then this is null
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also