PdfDrawOptions.CutUnusedSpace Property

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

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

Syntax

C#
public bool CutUnusedSpace { get; }
VB
Public ReadOnly Property CutUnusedSpace As Boolean
	Get

Property Value

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

Remarks

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

See Also