VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition.Omr Namespace / OmrEllipticalFieldTemplate Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    OmrEllipticalFieldTemplate Class
    In This Topic
    Contains information about OMR field template that has elliptical area that must be completely or partly filled.
    Object Model
    OmrEllipticalFieldTemplate
    Syntax
    'Declaration
    
    Public Class OmrEllipticalFieldTemplate
       Inherits OmrFieldTemplate
    
    
    public class OmrEllipticalFieldTemplate : OmrFieldTemplate
    
    
    public __gc class OmrEllipticalFieldTemplate : public OmrFieldTemplate*
    
    
    public ref class OmrEllipticalFieldTemplate : public OmrFieldTemplate^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.FormsProcessing.FormRecognition.FormFieldTemplate
          Vintasoft.Imaging.FormsProcessing.FormRecognition.Omr.OmrFieldTemplate
             Vintasoft.Imaging.FormsProcessing.FormRecognition.Omr.OmrEllipticalFieldTemplate

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also