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