PdfDrawOptions.Height Property

Gets the height in pixels of produced images.

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

Syntax

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

Property Value

Type: Double
The height in pixels of produced images.

Remarks

The height is only used when ScalingMode is equal to FitHeight or FitSize. Take a look at the "Remarks" sections of the CreateFitHeight(Double) and CreateFitSize(PdfSize, Boolean) methods for more information.

See Also