Click or drag to resize
Pdf Library for .NET

PdfFooterHeight Property

The height of the pdf document footer.

Namespace:  SelectPdf
Assembly:  Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 23.1
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 35pt.
See Also