|
PdfTextElementHeight Property |
The height of the destination rectangle where the text will be rendered.
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 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