Maps an external file as the pixel data
'Declaration
Public Sub SetPixelFile( _
ByVal As String, _
ByVal As String, _
ByVal As Long, _
ByVal As Long _
)
'Usage
Dim instance As DicomImage
Dim FileName As String
Dim TransferSyntax As String
Dim InitialOffset As Long
Dim FrameOffset As Long
instance.SetPixelFile(FileName, TransferSyntax, InitialOffset, FrameOffset)
Parameters
- FileName
The name of the external file
- TransferSyntax
Transfer Syntax of the Pixel Data
- InitialOffset
The offset in the file of the start of the first frame
- FrameOffset
The offset in the file between the start of one frame, and the start of the next
Target Platforms: .NET CLR 4.0 or higher