48 references to PrintTicketScope
ReachFramework (48)
PrintConfig\FallbackPTProvider.cs (6)
122
PrintTicketToDevMode(devMode, internalTicket,
PrintTicketScope
.JobScope, DevModeFields.All);
257
PrintTicketScope
scope,
298
public override MemoryStream ConvertDevModeToPrintTicket(byte[] devMode,
PrintTicketScope
scope)
326
PrintTicketScope
scope)
461
private void PrintTicketToDevMode(DevMode devMode, InternalPrintTicket ticket,
PrintTicketScope
scope, DevModeFields supportedFields)
476
private InternalPrintTicket DevModeToPrintTicket(DevMode devmode,
PrintTicketScope
scope, DevModeFields supportedFields)
PrintConfig\PrintSchemaShim.cs (14)
186
public static void CopyDevModeToTicket(InternalPrintTicket baseTicket, DevMode deltaDevMode,
PrintTicketScope
scope, DevModeFields supportedFields)
193
if (scope >=
PrintTicketScope
.DocumentScope)
201
if (scope >=
PrintTicketScope
.PageScope)
210
if (scope >=
PrintTicketScope
.JobScope)
219
if (scope >=
PrintTicketScope
.PageScope)
263
if (scope >=
PrintTicketScope
.JobScope)
278
public static void CopyTicketToDevMode(DevMode baseDevMode, InternalPrintTicket deltaTicket,
PrintTicketScope
scope, DevModeFields supportedFields)
285
if (scope >=
PrintTicketScope
.PageScope)
368
if (scope >=
PrintTicketScope
.DocumentScope)
383
if (scope >=
PrintTicketScope
.JobScope)
632
private static void SetInputBin(InternalPrintTicket ticket,
PrintTicketScope
scope, short devModePaperSouceCode)
638
case
PrintTicketScope
.JobScope:
644
case
PrintTicketScope
.DocumentScope:
650
case
PrintTicketScope
.PageScope:
PrintConfig\PTConverter.cs (14)
128
return ConvertDevModeToPrintTicket(devMode,
PrintTicketScope
.JobScope);
144
/// The <paramref name="scope"/> parameter is not one of the standard <see cref="
PrintTicketScope
"/> values.
153
PrintTicketScope
scope)
187
return ConvertPrintTicketToDevMode(printTicket, baseType,
PrintTicketScope
.JobScope);
207
/// The <paramref name="scope"/> parameter is not one of the standard <see cref="
PrintTicketScope
"/> values.
217
PrintTicketScope
scope)
233
PrintTicketScope
scope)
239
if ((scope !=
PrintTicketScope
.PageScope) &&
240
(scope !=
PrintTicketScope
.DocumentScope) &&
241
(scope !=
PrintTicketScope
.JobScope))
254
PrintTicketScope
scope)
267
if ((scope !=
PrintTicketScope
.PageScope) &&
268
(scope !=
PrintTicketScope
.DocumentScope) &&
269
(scope !=
PrintTicketScope
.JobScope))
PrintConfig\PTManager.cs (8)
331
return MergeAndValidatePrintTicket(basePrintTicket, deltaPrintTicket,
PrintTicketScope
.JobScope);
353
/// The <paramref name="scope"/> parameter is not one of the standard <see cref="
PrintTicketScope
"/> values.
364
PrintTicketScope
scope)
372
if ((scope !=
PrintTicketScope
.PageScope) &&
373
(scope !=
PrintTicketScope
.DocumentScope) &&
374
(scope !=
PrintTicketScope
.JobScope))
408
PrintTicketScope
.JobScope);
425
PrintTicketScope
.JobScope);
PrintConfig\PTProvider.cs (3)
280
PrintTicketScope
scope,
386
PrintTicketScope
scope)
451
PrintTicketScope
scope)
PrintConfig\PTProviderBase.cs (3)
83
PrintTicketScope
scope,
92
public abstract MemoryStream ConvertDevModeToPrintTicket(byte[] devMode,
PrintTicketScope
scope);
101
public abstract byte[] ConvertPrintTicketToDevMode(MemoryStream printTicket, BaseDevModeType baseType,
PrintTicketScope
scope);