Base:
1 override of ToString
ReachFramework (1)
PrintConfig\PrtCap_Base.cs (1)
467public override string ToString()
3 references to ToString
ReachFramework (3)
PrintConfig\PageScaling.cs (3)
120((CustomScaleWidth != null) ? CustomScaleWidth.ToString() : "null") + " x " + 121((CustomScaleHeight != null) ? CustomScaleHeight.ToString() : "null") + " x " + 122((CustomSquareScale != null) ? CustomSquareScale.ToString() : "null");