DicomObjects.NET.8.48 Documentation
DicomObjects.DicomCodecs Namespace / SimpleCodec Class / BestRequest Method
The requested Zoom
The requested usage of the pixel data
The surrounding dataset
The requested Frame

In This Topic
    BestRequest Method (SimpleCodec)
    In This Topic
    The most appropriate DicomObjects.Internal.PixelRequest, given the requested zoom and image/codec type
    Syntax
    'Declaration
     
    
    Public Function BestRequest( _
       ByVal Zoom As System.Single, _
       ByVal Sync As RequestType, _
       ByVal parent As DicomDataSet, _
       ByVal Frame As System.Integer _
    ) As PixelRequest
    public PixelRequest BestRequest( 
       System.float Zoom,
       RequestType Sync,
       DicomDataSet parent,
       System.int Frame
    )

    Parameters

    Zoom
    The requested Zoom
    Sync
    The requested usage of the pixel data
    parent
    The surrounding dataset
    Frame
    The requested Frame

    Return Value

    The best fit
    Remarks
    For this codec, the return object always references the full area, as this compression method does not support partial decompression
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also