Template class

Template class

Provides the document page template. It consists of TemplateItem objects which represent the items of the template such as text field and table definitions.

The Template type exposes the following members:

Constructors

Constructor Description
init Constructs a new instance of Template
init Constructs a new instance of Template

Properties

Property Description
is_ocr_compatible Gets the value that indicates whether the template is compatible with OCR.
count Gets the total number of template items.
options Gets the template options.

Gets the template item by an index.

Indexer

Name Description
[index] The zero-based index of the template item.

Methods

Method Description
load Loads a template from a file.
load Loads a template from a stream.
save Saves a template to a file.
save Saves a template to a stream.

Remarks

Learn more: | | |

See Also