Table of Contents

Property Width

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

Width

Gets the width in pixels of produced images.

public double Width { get; }

Property Value

double

The width in pixels of produced images.

Remarks

The width is only used when ScalingMode is equal to FitWidth or FitSize. Take a look at the "Remarks" sections of the CreateFitWidth(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.