VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.FormsProcessing.FormRecognition.Formatters Namespace / FormFieldTemplateXmlFormatter Class
Constructors Properties Methods SeeAlso
In This Topic
    FormFieldTemplateXmlFormatter Class Members
    In This Topic
    The following tables list the members exposed by FormFieldTemplateXmlFormatter.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the FormFieldTemplateXmlFormatter class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the SerializationBinder that performs type lookups during deserialization. (Inherited from FormFieldTemplateFormatter)
    Public PropertyGets or sets the StreamingContext used for serialization and deserialization.
    Public PropertyGets or sets the SurrogateSelector used by the current formatter. (Inherited from FormFieldTemplateFormatter)
    Public Methods
     NameDescription
    Public MethodDeserializes the data on the provided stream and reconstitutes the graph of objects.
    Public MethodSerializes a FormPageTemplate or FormDocumentTemplate object to the provided stream.
    See Also