Click or drag to resize

OmrDocumentDrawFoundMarksOntoPage Method (Int32, Color, AtalaImage)

Draws the marks from a page onto a provided image

Namespace:  Atalasoft.FormsProcessing.Omr
Assembly:  Atalasoft.dotImage.FormsProcessing (in Atalasoft.dotImage.FormsProcessing.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AtalaImage DrawFoundMarksOntoPage(
	int page,
	Color c,
	AtalaImage sourceImage
)

Parameters

page
Type: SystemInt32
The page number of the document
c
Type: System.DrawingColor
The color to draw the marks
sourceImage
Type: Atalasoft.ImagingAtalaImage
The image to draw them on, the return is a clone of this image

Return Value

Type: AtalaImage
A clone of the sourceImage with marks from the page drawn on it
See Also