Click or drag to resize
Pdf Library for .NET

PdfHeaderHeight Property

The height of the pdf document header.

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public float Height { get; set; }

Property Value

Single
Remarks
This height is specified in points. 1 point is 1/72 inch. The default value is 45pt.
See Also