PdfDrawOptions.ScalingMode Property

Gets the value indicating how to resize the content of PDF pages on the produced images.

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

Syntax

C#
public PdfDrawScaling ScalingMode { get; }
VB
Public ReadOnly Property ScalingMode As PdfDrawScaling
	Get

Property Value

Type: PdfDrawScaling
The value indicating how to resize the content of PDF pages on the produced images.

See Also