Base:
1 override of ToString
ReachFramework (1)
PrintConfig\PrtCap_Base.cs (1)
480
public override string
ToString
()
3 references to ToString
ReachFramework (3)
PrintConfig\PageScaling.cs (3)
129
((CustomScaleWidth != null) ? CustomScaleWidth.
ToString
() : "null") + " x " +
130
((CustomScaleHeight != null) ? CustomScaleHeight.
ToString
() : "null") + " x " +
131
((CustomSquareScale != null) ? CustomSquareScale.
ToString
() : "null");