9 references to Custom
ReachFramework (9)
PrintConfig\PageScaling.cs (6)
209
else if (option.Value == PageScaling.
Custom
)
466
/// If current page scaling setting is not <see cref="PageScaling.
Custom
"/>,
473
if (this.Value != PageScaling.
Custom
)
484
/// If current page scaling setting is not <see cref="PageScaling.
Custom
"/>,
491
if (this.Value != PageScaling.
Custom
)
551
if ((Value != PageScaling.
Custom
) || (Value != PageScaling.CustomSquare))
PrintConfig\PrintSchemaShim.cs (1)
352
case PageScaling.
Custom
:
PrintConfig\PrtCap_Public_Simple.cs (1)
763
if (option.Value == PageScaling.
Custom
)
PrintConfig\PrtTicket_Public_Simple.cs (1)
1096
else if ((_printTicket.PageScaling.Value == PageScaling.
Custom
) &&