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
)
Public Function Burn (
image As AtalaImage
) As AtalaImage
Parameters
- image
- Type: Atalasoft.ImagingAtalaImage
The image to burn the annotations onto.
Return Value
Type:
AtalaImageA new image with the annotations.
Exceptions Remarks This method will not modify the image passed in as an argument.
See Also