|
PdfFooterHeight Property
|
The height of the pdf document footer.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic float Height { get; set; }Public Property Height As Single
Get
Set
Property Value
Single
Remarks
This height is specified in points. 1 point is 1/72 inch. The default value is 35pt.
See Also