|
PdfFooterHeight Property |
The height of the pdf document footer.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public float Height { get; set; }
Public Property Height As Single
Get
Set
Property Value
Type:
SingleRemarks
This height is specified in points. 1 point is 1/72 inch. The default value is 35pt.
See Also