48 references to PrintTicketScope
ReachFramework (48)
PrintConfig\FallbackPTProvider.cs (6)
123
PrintTicketToDevMode(devMode, internalTicket,
PrintTicketScope
.JobScope, DevModeFields.All);
258
PrintTicketScope
scope,
299
public override MemoryStream ConvertDevModeToPrintTicket(byte[] devMode,
PrintTicketScope
scope)
327
PrintTicketScope
scope)
465
private void PrintTicketToDevMode(DevMode devMode, InternalPrintTicket ticket,
PrintTicketScope
scope, DevModeFields supportedFields)
480
private InternalPrintTicket DevModeToPrintTicket(DevMode devmode,
PrintTicketScope
scope, DevModeFields supportedFields)
PrintConfig\PrintSchemaShim.cs (14)
187
public static void CopyDevModeToTicket(InternalPrintTicket baseTicket, DevMode deltaDevMode,
PrintTicketScope
scope, DevModeFields supportedFields)
194
if (scope >=
PrintTicketScope
.DocumentScope)
202
if (scope >=
PrintTicketScope
.PageScope)
211
if (scope >=
PrintTicketScope
.JobScope)
220
if (scope >=
PrintTicketScope
.PageScope)
264
if (scope >=
PrintTicketScope
.JobScope)
279
public static void CopyTicketToDevMode(DevMode baseDevMode, InternalPrintTicket deltaTicket,
PrintTicketScope
scope, DevModeFields supportedFields)
286
if (scope >=
PrintTicketScope
.PageScope)
369
if (scope >=
PrintTicketScope
.DocumentScope)
384
if (scope >=
PrintTicketScope
.JobScope)
633
private static void SetInputBin(InternalPrintTicket ticket,
PrintTicketScope
scope, short devModePaperSouceCode)
639
case
PrintTicketScope
.JobScope:
645
case
PrintTicketScope
.DocumentScope:
651
case
PrintTicketScope
.PageScope:
PrintConfig\PTConverter.cs (14)
129
return ConvertDevModeToPrintTicket(devMode,
PrintTicketScope
.JobScope);
145
/// The <paramref name="scope"/> parameter is not one of the standard <see cref="
PrintTicketScope
"/> values.
154
PrintTicketScope
scope)
188
return ConvertPrintTicketToDevMode(printTicket, baseType,
PrintTicketScope
.JobScope);
208
/// The <paramref name="scope"/> parameter is not one of the standard <see cref="
PrintTicketScope
"/> values.
218
PrintTicketScope
scope)
234
PrintTicketScope
scope)
240
if ((scope !=
PrintTicketScope
.PageScope) &&
241
(scope !=
PrintTicketScope
.DocumentScope) &&
242
(scope !=
PrintTicketScope
.JobScope))
255
PrintTicketScope
scope)
268
if ((scope !=
PrintTicketScope
.PageScope) &&
269
(scope !=
PrintTicketScope
.DocumentScope) &&
270
(scope !=
PrintTicketScope
.JobScope))
PrintConfig\PTManager.cs (8)
332
return MergeAndValidatePrintTicket(basePrintTicket, deltaPrintTicket,
PrintTicketScope
.JobScope);
354
/// The <paramref name="scope"/> parameter is not one of the standard <see cref="
PrintTicketScope
"/> values.
365
PrintTicketScope
scope)
373
if ((scope !=
PrintTicketScope
.PageScope) &&
374
(scope !=
PrintTicketScope
.DocumentScope) &&
375
(scope !=
PrintTicketScope
.JobScope))
409
PrintTicketScope
.JobScope);
426
PrintTicketScope
.JobScope);
PrintConfig\PTProvider.cs (3)
281
PrintTicketScope
scope,
387
PrintTicketScope
scope)
452
PrintTicketScope
scope)
PrintConfig\PTProviderBase.cs (3)
84
PrintTicketScope
scope,
93
public abstract MemoryStream ConvertDevModeToPrintTicket(byte[] devMode,
PrintTicketScope
scope);
102
public abstract byte[] ConvertPrintTicketToDevMode(MemoryStream printTicket, BaseDevModeType baseType,
PrintTicketScope
scope);