TemplateExporter

TemplateExporter class

A tool for precise retrieval of template generation results Iterate over template forms and pages

public class TemplateExporter

Methods

NameDescription
ExportFormPdf(Stream)Write all pages of the current template form as PDF file into stream
ExportPagePdf(Stream)Write current page of the current template as PDF into stream
ExportPagePng(Stream)Write current page of the current template as PNG image into stream
ExportRecognitionPattern(Stream)Write recognition pattern for all template forms into stream. Important! Should be called after all form template are exported.
MoveToNextForm()Advances the template form enumerator to the next element
MoveToNextPage()Advances the page enumerator of the current template form to the next page

Fields

NameDescription
FormIdUnique identifier of the current template form Taken from Id field
WarningsCollection of warning for current template form

See Also