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.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic AtalaImage DrawTemplateOntoAlignedPage(
int page,
Color c,
AtalaImage original,
AlignmentResult alignment
)
Public Function DrawTemplateOntoAlignedPage (
page As Integer,
c As Color,
original As AtalaImage,
alignment As AlignmentResult
) As AtalaImage
Parameters
- page
- Type: SystemInt32
- c
- Type: System.DrawingColor
- original
- Type: Atalasoft.ImagingAtalaImage
- alignment
- Type: Atalasoft.FormsProcessing.AlignmentAlignmentResult
Return Value
Type:
AtalaImage
See Also