Property Height
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Height
Gets or sets the print height of produced images in points.
public double Height { get; set; }
Property Value
- 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.