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






    Frames Property
    The request frame list
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Frames As System.Integer()
     
    'Usage
     
    
    Dim instance As WadoEventArgs
    Dim value() As System.Integer
     
    value = instance.Frames
    Remarks
    If no frame list is specified (i.e. if all frames are requested), then this is null
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also