OmrTemplateDocumentSave Method |
Save this template (and all of it's pages, groups and marks) into the given stream.
Namespace:
Atalasoft.FormsProcessing.Omr
Assembly:
Atalasoft.dotImage.FormsProcessing (in Atalasoft.dotImage.FormsProcessing.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic void Save(
Stream stream
)
Public Sub Save (
stream As Stream
)
Parameters
- stream
- Type: System.IOStream
The stream to load the template from
See Also