Table of Contents

Property CutUnusedSpace

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

CutUnusedSpace

Gets a value indicating whether to cut unused space in produced images.

public bool CutUnusedSpace { get; }

Property Value

bool

true if unused space should be cut; otherwise, false.

Remarks

See remarks for CreateFitSize(PdfSize, bool) method for more details.

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