4 references to CustomScaleWidth
ReachFramework (4)
PrintConfig\PageScaling.cs (1)
558
", ScaleWidth=" +
CustomScaleWidth
.ToString(CultureInfo.CurrentCulture) +
PrintConfig\PrintSchemaShim.cs (1)
354
SetScale(baseDevMode, deltaTicket.PageScaling.
CustomScaleWidth
);
PrintConfig\PrtTicket_Public_Simple.cs (2)
1097
(_printTicket.PageScaling.
CustomScaleWidth
> 0))
1099
return _printTicket.PageScaling.
CustomScaleWidth
;