Click or drag to resize

OmrTemplateDocumentDrawTemplateOntoAlignedPage Method (Int32, Color, AtalaImage, AlignmentResult)

Returns an image of the given page's template drawn onto a provided aligned page

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 DrawTemplateOntoAlignedPage(
	int page,
	Color c,
	AtalaImage original,
	AlignmentResult alignment
)

Parameters

page
Type: SystemInt32
c
Type: System.DrawingColor
original
Type: Atalasoft.ImagingAtalaImage
alignment
Type: Atalasoft.FormsProcessing.AlignmentAlignmentResult

Return Value

Type: AtalaImage
See Also