TemplateItem
Leave feedback
On this page
Provides a base abstract class for template items.
public abstract class TemplateItem
| Name | Description |
|---|---|
| Name { get; } | Gets the name of the template item. |
| PageWidth { get; } | Gets the width of the page that was used to create the template item. |
| UseUpperCaseName { get; } | Gets a boolean value that indicates whether a Name was converted to UPPER CASE. |
| Name | Description |
|---|---|
| abstract Scale(double) | Scales this template item by a given factor. |
The inheritors of TemplateItem class are used in Template collection.
- namespace GroupDocs.Parser.Templates
- assembly GroupDocs.Parser
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.