DocumentHeader Property

Represents the default PDF document header template. This header is automatically considered when calculating the available space for drawing in a PDF page. This template is automatically docked to the top of the PDF page. You can add a document footer with AddHeaderTemplate(Single) method.

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 11.0.0
C#
public Template Header { get; }

Property Value

Template

See Also