Click or drag to resize

AtalaAnnotationViewerBurn Method (AtalaImage)

Burns all annotations along with the specified image.

Namespace:  Atalasoft.Annotate.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AtalaImage Burn(
	AtalaImage image
)

Parameters

image
Type: Atalasoft.ImagingAtalaImage
The image to burn the annotations onto.

Return Value

Type: AtalaImage
A new image with the annotations.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the image argument is null (Nothing in VB).
Remarks
This method will not modify the image passed in as an argument.
See Also