Add a new template with the specified height to the document templates collection.
The template width is the width of the first page in document. The created template is
suitable to become a document or page header.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public Template AddHeaderTemplate( float height ) |
| Visual Basic |
|---|
Public Function AddHeaderTemplate ( height As Single ) As Template |
| Visual C++ |
|---|
public: Template^ AddHeaderTemplate( float height ) |
Parameters
- height
- Type: System..::..Single
The template height
Return Value
Type: TemplateThe newly added template