Template class
Leave feedback
On this page
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:
| Constructor | Description |
|---|---|
| init | Constructs a new instance of Template |
| init | Constructs a new instance of Template |
| 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.
| Name | Description |
|---|---|
| [index] | The zero-based index of the template item. |
| 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. |
Learn more: | | |
- module
groupdocs.parser.templates - class
TemplateItem
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.