9 references to Custom
ReachFramework (9)
PrintConfig\PageScaling.cs (6)
201else if (option.Value == PageScaling.Custom) 457/// If current page scaling setting is not <see cref="PageScaling.Custom"/>, 464if (this.Value != PageScaling.Custom) 475/// If current page scaling setting is not <see cref="PageScaling.Custom"/>, 482if (this.Value != PageScaling.Custom) 542if ((Value != PageScaling.Custom) || (Value != PageScaling.CustomSquare))
PrintConfig\PrintSchemaShim.cs (1)
347case PageScaling.Custom:
PrintConfig\PrtCap_Public_Simple.cs (1)
756if (option.Value == PageScaling.Custom)
PrintConfig\PrtTicket_Public_Simple.cs (1)
1088else if ((_printTicket.PageScaling.Value == PageScaling.Custom) &&