PageImageableArea.ToString Method

Definition

Returns the String representation of PageImageableArea.

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

Returns

A String that represents the property values of the PageImageableArea.

Remarks

The string that is returned has the following format:

(OriginWidth, OriginHeight), (ExtentWidth, ExtentHeight)

Applies to