48 references to PrintTicketScope
ReachFramework (48)
PrintConfig\FallbackPTProvider.cs (6)
127
PrintTicketToDevMode(devMode, internalTicket,
PrintTicketScope
.JobScope, DevModeFields.All);
262
PrintTicketScope
scope,
303
public override MemoryStream ConvertDevModeToPrintTicket(byte[] devMode,
PrintTicketScope
scope)
331
PrintTicketScope
scope)
469
private void PrintTicketToDevMode(DevMode devMode, InternalPrintTicket ticket,
PrintTicketScope
scope, DevModeFields supportedFields)
484
private InternalPrintTicket DevModeToPrintTicket(DevMode devmode,
PrintTicketScope
scope, DevModeFields supportedFields)
PrintConfig\PrintSchemaShim.cs (14)
191
public static void CopyDevModeToTicket(InternalPrintTicket baseTicket, DevMode deltaDevMode,
PrintTicketScope
scope, DevModeFields supportedFields)
198
if (scope >=
PrintTicketScope
.DocumentScope)
206
if (scope >=
PrintTicketScope
.PageScope)
215
if (scope >=
PrintTicketScope
.JobScope)
224
if (scope >=
PrintTicketScope
.PageScope)
268
if (scope >=
PrintTicketScope
.JobScope)
283
public static void CopyTicketToDevMode(DevMode baseDevMode, InternalPrintTicket deltaTicket,
PrintTicketScope
scope, DevModeFields supportedFields)
290
if (scope >=
PrintTicketScope
.PageScope)
373
if (scope >=
PrintTicketScope
.DocumentScope)
388
if (scope >=
PrintTicketScope
.JobScope)
637
private static void SetInputBin(InternalPrintTicket ticket,
PrintTicketScope
scope, short devModePaperSouceCode)
643
case
PrintTicketScope
.JobScope:
649
case
PrintTicketScope
.DocumentScope:
655
case
PrintTicketScope
.PageScope:
PrintConfig\PTConverter.cs (14)
134
return ConvertDevModeToPrintTicket(devMode,
PrintTicketScope
.JobScope);
150
/// The <paramref name="scope"/> parameter is not one of the standard <see cref="
PrintTicketScope
"/> values.
159
PrintTicketScope
scope)
193
return ConvertPrintTicketToDevMode(printTicket, baseType,
PrintTicketScope
.JobScope);
213
/// The <paramref name="scope"/> parameter is not one of the standard <see cref="
PrintTicketScope
"/> values.
223
PrintTicketScope
scope)
239
PrintTicketScope
scope)
245
if ((scope !=
PrintTicketScope
.PageScope) &&
246
(scope !=
PrintTicketScope
.DocumentScope) &&
247
(scope !=
PrintTicketScope
.JobScope))
260
PrintTicketScope
scope)
273
if ((scope !=
PrintTicketScope
.PageScope) &&
274
(scope !=
PrintTicketScope
.DocumentScope) &&
275
(scope !=
PrintTicketScope
.JobScope))
PrintConfig\PTManager.cs (8)
338
return MergeAndValidatePrintTicket(basePrintTicket, deltaPrintTicket,
PrintTicketScope
.JobScope);
360
/// The <paramref name="scope"/> parameter is not one of the standard <see cref="
PrintTicketScope
"/> values.
371
PrintTicketScope
scope)
379
if ((scope !=
PrintTicketScope
.PageScope) &&
380
(scope !=
PrintTicketScope
.DocumentScope) &&
381
(scope !=
PrintTicketScope
.JobScope))
415
PrintTicketScope
.JobScope);
432
PrintTicketScope
.JobScope);
PrintConfig\PTProvider.cs (3)
290
PrintTicketScope
scope,
396
PrintTicketScope
scope)
461
PrintTicketScope
scope)
PrintConfig\PTProviderBase.cs (3)
86
PrintTicketScope
scope,
95
public abstract MemoryStream ConvertDevModeToPrintTicket(byte[] devMode,
PrintTicketScope
scope);
104
public abstract byte[] ConvertPrintTicketToDevMode(MemoryStream printTicket, BaseDevModeType baseType,
PrintTicketScope
scope);