14 references to PageScaling
ReachFramework (14)
PrintConfig\PrintSchemaShim.cs (6)
346
switch (deltaTicket.
PageScaling
.Value)
350
SetScale(baseDevMode, deltaTicket.
PageScaling
.CustomScaleWidth);
356
SetScale(baseDevMode, deltaTicket.
PageScaling
.CustomSquareScale);
1062
ticket.
PageScaling
.ClearSetting();
1063
ticket.
PageScaling
[PrintSchemaTags.Framework.OptionNameProperty] = (int)PageScaling.None;
1067
ticket.
PageScaling
.SetCustomSquareScaling(devModeScale);
PrintConfig\PrtTicket_Public_Simple.cs (8)
1084
if ((_printTicket.
PageScaling
.Value == PageScaling.CustomSquare) &&
1085
(_printTicket.
PageScaling
.CustomSquareScale > 0))
1087
return _printTicket.
PageScaling
.CustomSquareScale;
1089
else if ((_printTicket.
PageScaling
.Value == PageScaling.Custom) &&
1090
(_printTicket.
PageScaling
.CustomScaleWidth > 0))
1092
return _printTicket.
PageScaling
.CustomScaleWidth;
1101
_printTicket.
PageScaling
.ClearSetting();
1112
_printTicket.
PageScaling
.SetCustomSquareScaling((int)value);