VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr Namespace / MprImageSlice Class / GetImage(Boolean) Method
Syntax Requirements SeeAlso
In This Topic
GetImage(Boolean) Method (MprImageSlice)
In This Topic
Returns an image of the MPR slice.
Syntax
'Declaration

Public Overridable Function GetImage( _
ByRef disposeAfterUse
A value indicating whether the image must be disposed after use.
As Boolean _
) As Vintasoft.Imaging.VintasoftImage
public virtual Vintasoft.Imaging.VintasoftImage GetImage(
out bool disposeAfterUse
)

Parameters

disposeAfterUse
A value indicating whether the image must be disposed after use.

Return Value

An image of the MPR slice.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also