DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSet Class / GetRawFrame Method



In This Topic
    GetRawFrame Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetRawFrame( _
       ByVal Frame As Integer, _
       ByVal cache As Boolean _
    ) As Byte()
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim Frame As Integer
    Dim cache As Boolean
    Dim value() As Byte
     
    value = instance.GetRawFrame(Frame, cache)
    public byte[] GetRawFrame( 
       int Frame,
       bool cache
    )
    public:
    array<byte>^ GetRawFrame( 
       int Frame,
       bool cache
    ) 

    Parameters

    Frame
    cache
    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