DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / BurnAnnotations Method
Frames to burn labels into






BurnAnnotations Method
Burn all image Labels in Pixel data.

This method modifies the underlying pixel data!

Syntax
'Declaration
 
Public Sub BurnAnnotations( _
   ByVal ParamArray FrameNumbers() As System.Integer _
) 
 
'Usage
 
Dim instance As DicomImage
Dim FrameNumbers() As System.Integer
 
instance.BurnAnnotations(FrameNumbers)

Parameters

FrameNumbers
Frames to burn labels into
Remarks
If no frame number is specified, all frames are selected by default
Requirements

Target Platforms: .NET CLR 4.8 or higher

See Also