Return the factor that the given page will be scaled when printed with the current settings.

Namespace: TallComponents.Interaction.WinForms.Controls
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public double PageScaling { get; }
Visual Basic
Public ReadOnly Property PageScaling As Double
	Get

Return Value

The scale factor that will be applied to the page when printed with the current settings.

See Also