| IHeaderTemplateTPrintSettingsHeaderTemplate Property | 
Namespace: DotNetBrowser.Print.Settings
 Syntax
Syntaxstring HeaderTemplate { get; set; }
 Exceptions
Exceptions| Exception | Condition | 
|---|---|
| ArgumentNullException | The specified header is null. | 
 Remarks
RemarksApply the following CSS classes to insert printing metadata into the template. These classes don't affect the visual appearance of the elements.
For example,
<span class="title"></span>
The programming, audio/video, and frame tags are not supported. Images are supported only with Base64 content.
 See Also
See Also