Click or drag to resize
Pdf Library for .NET

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; }

Property Value

Type: Single
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