|  | 
| PdfTextElementHeight Property  | 
 
            The height of the destination rectangle where the text will be rendered.
            
 
    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 property is optional. If not specified, the text will use the height that it needs to fully render, even though more than one pdf page will be used.
            
 See Also
See Also