Edit

ScalingInfo.SetScalingFactor(Nullable<Double>) Method

Definition

Sets or resets the scaling factor used to convert between raw pixels and device-independent pixels.

public static void SetScalingFactor(double? scalingFactor);

Parameters

scalingFactor
Nullable<Double>

The scaling factor to use, or null to reset to the default.

Applies to