9 references to Custom
ReachFramework (9)
PrintConfig\PageScaling.cs (6)
202
else if (option.Value == PageScaling.
Custom
)
458
/// If current page scaling setting is not <see cref="PageScaling.
Custom
"/>,
465
if (this.Value != PageScaling.
Custom
)
476
/// If current page scaling setting is not <see cref="PageScaling.
Custom
"/>,
483
if (this.Value != PageScaling.
Custom
)
543
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
) &&