PdfTextRasterizer.Height Property

Gets or sets the print height of produced images in points.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public double Height { get; set; }
VB
Public Property Height As Double
	Get
	Set

Property Value

Type: Double
The print height of the image in points (1/72 inch).

Remarks

Default value: 20.

The output image will have the following number of rows: Height * VerticalResolution / 72.

The text in the output image will have a smaller height than the value of this property.

The width of the produced image depends on the length of the text. More character codes usually yield wider outputs.

See Also