14 references to PageScaling
ReachFramework (14)
PrintConfig\PrintSchemaShim.cs (6)
345
switch (deltaTicket.
PageScaling
.Value)
349
SetScale(baseDevMode, deltaTicket.
PageScaling
.CustomScaleWidth);
355
SetScale(baseDevMode, deltaTicket.
PageScaling
.CustomSquareScale);
1061
ticket.
PageScaling
.ClearSetting();
1062
ticket.
PageScaling
[PrintSchemaTags.Framework.OptionNameProperty] = (int)PageScaling.None;
1066
ticket.
PageScaling
.SetCustomSquareScaling(devModeScale);
PrintConfig\PrtTicket_Public_Simple.cs (8)
1083
if ((_printTicket.
PageScaling
.Value == PageScaling.CustomSquare) &&
1084
(_printTicket.
PageScaling
.CustomSquareScale > 0))
1086
return _printTicket.
PageScaling
.CustomSquareScale;
1088
else if ((_printTicket.
PageScaling
.Value == PageScaling.Custom) &&
1089
(_printTicket.
PageScaling
.CustomScaleWidth > 0))
1091
return _printTicket.
PageScaling
.CustomScaleWidth;
1100
_printTicket.
PageScaling
.ClearSetting();
1111
_printTicket.
PageScaling
.SetCustomSquareScaling((int)value);