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