Table of Contents

Property Height

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Height

Gets the height in pixels of produced images.

public double Height { get; }

Property Value

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, bool) methods for more information.

The Convert PDF to image in C# and VB.NET article shows how to specify the size of the output.