VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormPageTemplate Class
Constructors Properties Methods Events SeeAlso
In This Topic
    FormPageTemplate Class Members
    In This Topic
    The following tables list the members exposed by FormPageTemplate.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the bounding rectangle, in the device-independent pixels (1/96th inch), of the form field template on the template image. (Inherited from FormFieldTemplateGroup)
    Public PropertyGets or sets the file name associated with the FormPageTemplate.
    Public PropertyGets or sets the page index associated with the FormPageTemplate.
    Public PropertyGets a collection of form field templates that belong to this FormFieldTemplateGroup. (Inherited from FormFieldTemplateGroup)
    Public PropertyGets or sets the name of form field template. (Inherited from FormFieldTemplate)
    Public PropertyGets or sets the format string that should be applied to the value of recognized field group. (Inherited from FormFieldTemplateGroup)
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Calculates new bounding boxes for form field templates. (Inherited from FormFieldTemplateGroup)
    Public MethodCreates a new object that is a copy of the current FormPageTemplate instance.
    Public MethodAnalyzes the template image and saves information required for compensation of background of template image during form field recognition.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Deserializes the from the specified stream.
    Public MethodPopulates a SerializationInfo with the data needed to serialize the target object.
    Public MethodRecognizes a form field on the specified image.
    Public Methodstatic (Shared in Visual Basic)Overloaded. Serializes the to the specified stream.
    Protected Methods
     NameDescription
    Protected MethodReturns the bounding rectangle, in the device-independent pixels (1/96th inch), of the form field template on the template image. (Inherited from FormFieldTemplate)
    Protected MethodRaises the PropertyChanged event. (Inherited from FormFieldTemplateGroup)
    Protected MethodRaises the PropertyChanged event. (Inherited from FormFieldTemplate)
    Protected MethodRaises the PropertyChanging event. (Inherited from FormFieldTemplate)
    Public Events
     NameDescription
    Public EventOccurs when the form field template property is changed. (Inherited from FormFieldTemplate)
    Public EventOccurs when the form field template property is changing. (Inherited from FormFieldTemplate)
    See Also