PageScalingFactorRange.ToString Method

Definition

Returns the String representation of the range.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

A String representation of the scaling range.

Remarks

The format is as follows:

(MinimumScale, MaximumScale)

Applies to