Click or drag to resize
Pdf Library for .NET

PdfHeaderHeight Property

The height of the pdf document header.

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

Property Value

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