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