9 references to Custom
ReachFramework (9)
PrintConfig\PageScaling.cs (6)
202
else if (option.Value == PageScaling.
Custom
)
459
/// If current page scaling setting is not <see cref="PageScaling.
Custom
"/>,
466
if (this.Value != PageScaling.
Custom
)
477
/// If current page scaling setting is not <see cref="PageScaling.
Custom
"/>,
484
if (this.Value != PageScaling.
Custom
)
544
if ((Value != PageScaling.
Custom
) || (Value != PageScaling.CustomSquare))
PrintConfig\PrintSchemaShim.cs (1)
348
case PageScaling.
Custom
:
PrintConfig\PrtCap_Public_Simple.cs (1)
757
if (option.Value == PageScaling.
Custom
)
PrintConfig\PrtTicket_Public_Simple.cs (1)
1089
else if ((_printTicket.PageScaling.Value == PageScaling.
Custom
) &&