342 references to PrintSchemaTags
ReachFramework (342)
PrintConfig\DocumentNUp.cs (15)
175
if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.NUpKeys.PagesPerSheet)
285
return
PrintSchemaTags
.Keywords.NUpKeys.JobNUp;
392
PrintSchemaTags
.Keywords.NUpKeys.DirectionNames,
393
PrintSchemaTags
.Keywords.NUpKeys.DirectionEnums,
454
return
PrintSchemaTags
.Keywords.NUpKeys.PresentationDirection;
491
PrintSchemaTags
.Keywords.NUpKeys.PagesPerSheet,
513
return this[
PrintSchemaTags
.Keywords.NUpKeys.PagesPerSheet];
523
this[
PrintSchemaTags
.Keywords.NUpKeys.PagesPerSheet] = value;
578
: base(ownerPrintTicket,
PrintSchemaTags
.Keywords.NUpKeys.JobNUp)
598
this._featureName =
PrintSchemaTags
.Keywords.NUpKeys.PresentationDirection;
602
PrintSchemaTags
.Framework.OptionNameProperty,
604
PrintSchemaTags
.Keywords.NUpKeys.DirectionNames,
605
PrintSchemaTags
.Keywords.NUpKeys.DirectionEnums),
626
return (PagesPerSheetDirection)this[
PrintSchemaTags
.Framework.OptionNameProperty];
636
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\FallbackPTProvider.cs (1)
113
PrintSchemaTags
.Framework.PrintTicketRoot,
PrintConfig\JobCollate.cs (9)
112
PrintSchemaTags
.Keywords.CollateKeys.CollationNames,
113
PrintSchemaTags
.Keywords.CollateKeys.CollationEnums,
226
return
PrintSchemaTags
.Keywords.CollateKeys.DocumentCollate;
250
PrintSchemaTags
.Framework.OptionNameProperty,
252
PrintSchemaTags
.Keywords.CollateKeys.CollationNames,
253
PrintSchemaTags
.Keywords.CollateKeys.CollationEnums)
274
return (Collation)this[
PrintSchemaTags
.Framework.OptionNameProperty];
284
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
312
: base(ownerPrintTicket,
PrintSchemaTags
.Keywords.CollateKeys.DocumentCollate)
PrintConfig\JobDuplex.cs (9)
111
PrintSchemaTags
.Keywords.DuplexKeys.DuplexNames,
112
PrintSchemaTags
.Keywords.DuplexKeys.DuplexEnums,
224
return
PrintSchemaTags
.Keywords.DuplexKeys.JobDuplex;
248
PrintSchemaTags
.Framework.OptionNameProperty,
250
PrintSchemaTags
.Keywords.DuplexKeys.DuplexNames,
251
PrintSchemaTags
.Keywords.DuplexKeys.DuplexEnums),
272
return (Duplexing)this[
PrintSchemaTags
.Framework.OptionNameProperty];
282
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
310
: base(ownerPrintTicket,
PrintSchemaTags
.Keywords.DuplexKeys.JobDuplex)
PrintConfig\JobInputBins.cs (13)
113
PrintSchemaTags
.Keywords.InputBinKeys.InputBinNames,
114
PrintSchemaTags
.Keywords.InputBinKeys.InputBinEnums,
228
return
PrintSchemaTags
.Keywords.InputBinKeys.JobInputBin;
269
return
PrintSchemaTags
.Keywords.InputBinKeys.DocumentInputBin;
310
return
PrintSchemaTags
.Keywords.InputBinKeys.PageInputBin;
335
PrintSchemaTags
.Framework.OptionNameProperty,
337
PrintSchemaTags
.Keywords.InputBinKeys.InputBinNames,
338
PrintSchemaTags
.Keywords.InputBinKeys.InputBinEnums),
359
return (InputBin)this[
PrintSchemaTags
.Framework.OptionNameProperty];
369
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
397
: base(ownerPrintTicket,
PrintSchemaTags
.Keywords.InputBinKeys.JobInputBin)
412
: base(ownerPrintTicket,
PrintSchemaTags
.Keywords.InputBinKeys.DocumentInputBin)
426
: base(ownerPrintTicket,
PrintSchemaTags
.Keywords.InputBinKeys.PageInputBin)
PrintConfig\JobPageOrder.cs (9)
122
PrintSchemaTags
.Keywords.JobPageOrderKeys.PageOrderNames,
123
PrintSchemaTags
.Keywords.JobPageOrderKeys.PageOrderEnums,
184
return
PrintSchemaTags
.Keywords.JobPageOrderKeys.Self;
218
this._featureName =
PrintSchemaTags
.Keywords.JobPageOrderKeys.Self;
222
PrintSchemaTags
.Framework.OptionNameProperty,
224
PrintSchemaTags
.Keywords.JobPageOrderKeys.PageOrderNames,
225
PrintSchemaTags
.Keywords.JobPageOrderKeys.PageOrderEnums)
246
return (PageOrder)this[
PrintSchemaTags
.Framework.OptionNameProperty];
256
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobStaple.cs (9)
114
PrintSchemaTags
.Keywords.StapleKeys.StaplingNames,
115
PrintSchemaTags
.Keywords.StapleKeys.StaplingEnums,
229
return
PrintSchemaTags
.Keywords.StapleKeys.JobStaple;
253
PrintSchemaTags
.Framework.OptionNameProperty,
255
PrintSchemaTags
.Keywords.StapleKeys.StaplingNames,
256
PrintSchemaTags
.Keywords.StapleKeys.StaplingEnums),
277
return (Stapling)this[
PrintSchemaTags
.Framework.OptionNameProperty];
287
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
315
: base(ownerPrintTicket,
PrintSchemaTags
.Keywords.StapleKeys.JobStaple)
PrintConfig\PageBorderless.cs (9)
123
PrintSchemaTags
.Keywords.PageBorderlessKeys.BorderlessNames,
124
PrintSchemaTags
.Keywords.PageBorderlessKeys.BorderlessEnums,
185
return
PrintSchemaTags
.Keywords.PageBorderlessKeys.Self;
219
this._featureName =
PrintSchemaTags
.Keywords.PageBorderlessKeys.Self;
223
PrintSchemaTags
.Framework.OptionNameProperty,
225
PrintSchemaTags
.Keywords.PageBorderlessKeys.BorderlessNames,
226
PrintSchemaTags
.Keywords.PageBorderlessKeys.BorderlessEnums)
247
return (PageBorderless)this[
PrintSchemaTags
.Framework.OptionNameProperty];
257
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageCanvasSize.cs (7)
192
if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageImageableSizeKeys.ImageableSizeWidth)
210
else if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageImageableSizeKeys.ImageableSizeHeight)
228
else if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageImageableSizeKeys.ImageableArea)
241
if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageImageableSizeKeys.OriginWidth)
259
else if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageImageableSizeKeys.OriginHeight)
277
else if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageImageableSizeKeys.ExtentWidth)
295
else if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageImageableSizeKeys.ExtentHeight)
PrintConfig\PageCopyCount.cs (1)
57
PrintSchemaTags
.Keywords.ParameterDefs.JobCopyCount,
PrintConfig\PageDeviceFont.cs (9)
124
PrintSchemaTags
.Keywords.PageDeviceFontSubstitutionKeys.SubstitutionNames,
125
PrintSchemaTags
.Keywords.PageDeviceFontSubstitutionKeys.SubstitutionEnums,
185
return
PrintSchemaTags
.Keywords.PageDeviceFontSubstitutionKeys.Self;
220
this._featureName =
PrintSchemaTags
.Keywords.PageDeviceFontSubstitutionKeys.Self;
224
PrintSchemaTags
.Framework.OptionNameProperty,
226
PrintSchemaTags
.Keywords.PageDeviceFontSubstitutionKeys.SubstitutionNames,
227
PrintSchemaTags
.Keywords.PageDeviceFontSubstitutionKeys.SubstitutionEnums)
248
return (DeviceFontSubstitution)this[
PrintSchemaTags
.Framework.OptionNameProperty];
258
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageMediaSize.cs (30)
150
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeNames,
151
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeEnums,
206
if ((sPropertyName ==
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeWidth) ||
207
(sPropertyName ==
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeHeight))
241
if (sPropertyName ==
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeWidth)
293
return
PrintSchemaTags
.Keywords.PageMediaSizeKeys.Self;
326
this._featureName =
PrintSchemaTags
.Keywords.PageMediaSizeKeys.Self;
330
PrintSchemaTags
.Framework.OptionNameProperty,
332
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeNames,
333
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeEnums),
336
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeWidth,
340
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeHeight,
345
PrintSchemaTags
.Keywords.PageMediaSizeKeys.CustomMediaSizeWidth,
347
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeWidth,
348
PrintSchemaTags
.Keywords.ParameterDefs.PageMediaSizeMediaSizeWidth),
351
PrintSchemaTags
.Keywords.PageMediaSizeKeys.CustomMediaSizeHeight,
353
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeHeight,
354
PrintSchemaTags
.Keywords.ParameterDefs.PageMediaSizeMediaSizeHeight),
372
return (PageMediaSizeName)this[
PrintSchemaTags
.Framework.OptionNameProperty];
389
micronValue = this[
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeWidth];
401
(optionName ==
PrintSchemaTags
.Keywords.PageMediaSizeKeys.CustomMediaSize))
403
micronValue = this[
PrintSchemaTags
.Keywords.PageMediaSizeKeys.CustomMediaSizeWidth];
424
micronValue = this[
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeHeight];
436
(optionName ==
PrintSchemaTags
.Keywords.PageMediaSizeKeys.CustomMediaSize))
438
micronValue = this[
PrintSchemaTags
.Keywords.PageMediaSizeKeys.CustomMediaSizeHeight];
475
this[
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeWidth] =
481
this[
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeHeight] =
573
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
578
this[
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeWidth] =
580
this[
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeHeight] =
PrintConfig\PageMediaType.cs (9)
125
PrintSchemaTags
.Keywords.PageMediaTypeKeys.MediaTypeNames,
126
PrintSchemaTags
.Keywords.PageMediaTypeKeys.MediaTypeEnums,
187
return
PrintSchemaTags
.Keywords.PageMediaTypeKeys.Self;
221
this._featureName =
PrintSchemaTags
.Keywords.PageMediaTypeKeys.Self;
225
PrintSchemaTags
.Framework.OptionNameProperty,
227
PrintSchemaTags
.Keywords.PageMediaTypeKeys.MediaTypeNames,
228
PrintSchemaTags
.Keywords.PageMediaTypeKeys.MediaTypeEnums),
249
return (PageMediaType)this[
PrintSchemaTags
.Framework.OptionNameProperty];
259
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOrientation.cs (9)
122
PrintSchemaTags
.Keywords.PageOrientationKeys.OrientationNames,
123
PrintSchemaTags
.Keywords.PageOrientationKeys.OrientationEnums,
184
return
PrintSchemaTags
.Keywords.PageOrientationKeys.Self;
218
this._featureName =
PrintSchemaTags
.Keywords.PageOrientationKeys.Self;
222
PrintSchemaTags
.Framework.OptionNameProperty,
224
PrintSchemaTags
.Keywords.PageOrientationKeys.OrientationNames,
225
PrintSchemaTags
.Keywords.PageOrientationKeys.OrientationEnums)
246
return (PageOrientation)this[
PrintSchemaTags
.Framework.OptionNameProperty];
256
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOutputColor.cs (9)
124
PrintSchemaTags
.Keywords.PageOutputColorKeys.ColorNames,
125
PrintSchemaTags
.Keywords.PageOutputColorKeys.ColorEnums,
187
return
PrintSchemaTags
.Keywords.PageOutputColorKeys.Self;
221
this._featureName =
PrintSchemaTags
.Keywords.PageOutputColorKeys.Self;
225
PrintSchemaTags
.Framework.OptionNameProperty,
227
PrintSchemaTags
.Keywords.PageOutputColorKeys.ColorNames,
228
PrintSchemaTags
.Keywords.PageOutputColorKeys.ColorEnums),
249
return (OutputColor)this[
PrintSchemaTags
.Framework.OptionNameProperty];
259
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOutputQuality.cs (9)
124
PrintSchemaTags
.Keywords.PageOutputQualityKeys.OutputQualityNames,
125
PrintSchemaTags
.Keywords.PageOutputQualityKeys.OutputQualityEnums,
186
return
PrintSchemaTags
.Keywords.PageOutputQualityKeys.Self;
220
this._featureName =
PrintSchemaTags
.Keywords.PageOutputQualityKeys.Self;
224
PrintSchemaTags
.Framework.OptionNameProperty,
226
PrintSchemaTags
.Keywords.PageOutputQualityKeys.OutputQualityNames,
227
PrintSchemaTags
.Keywords.PageOutputQualityKeys.OutputQualityEnums)
248
return (OutputQuality)this[
PrintSchemaTags
.Framework.OptionNameProperty];
258
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageResolution.cs (18)
196
if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageResolutionKeys.ResolutionX)
214
else if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageResolutionKeys.ResolutionY)
232
else if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageResolutionKeys.QualitativeResolution)
237
PrintSchemaTags
.Keywords.PageResolutionKeys.QualityNames,
238
PrintSchemaTags
.Keywords.PageResolutionKeys.QualityEnums,
276
return
PrintSchemaTags
.Keywords.PageResolutionKeys.Self;
309
this._featureName =
PrintSchemaTags
.Keywords.PageResolutionKeys.Self;
313
PrintSchemaTags
.Keywords.PageResolutionKeys.ResolutionX,
316
PrintSchemaTags
.Keywords.PageResolutionKeys.ResolutionY,
319
PrintSchemaTags
.Keywords.PageResolutionKeys.QualitativeResolution,
321
PrintSchemaTags
.Keywords.PageResolutionKeys.QualityNames,
322
PrintSchemaTags
.Keywords.PageResolutionKeys.QualityEnums),
343
return this[
PrintSchemaTags
.Keywords.PageResolutionKeys.ResolutionX];
353
this[
PrintSchemaTags
.Keywords.PageResolutionKeys.ResolutionX] = value;
370
return this[
PrintSchemaTags
.Keywords.PageResolutionKeys.ResolutionY];
380
this[
PrintSchemaTags
.Keywords.PageResolutionKeys.ResolutionY] = value;
397
return (PageQualitativeResolution)this[
PrintSchemaTags
.Keywords.PageResolutionKeys.QualitativeResolution];
407
this[
PrintSchemaTags
.Keywords.PageResolutionKeys.QualitativeResolution] = (int)value;
PrintConfig\PageScaling.cs (31)
185
PrintSchemaTags
.Keywords.PageScalingKeys.ScalingNames,
186
PrintSchemaTags
.Keywords.PageScalingKeys.ScalingEnums,
290
if ( (sPropertyName ==
PrintSchemaTags
.Keywords.PageScalingKeys.CustomScaleWidth) ||
291
(sPropertyName ==
PrintSchemaTags
.Keywords.PageScalingKeys.CustomScaleHeight) ||
292
(sPropertyName ==
PrintSchemaTags
.Keywords.PageScalingKeys.CustomSquareScale) )
299
if ( (sPropertyName ==
PrintSchemaTags
.Keywords.PageScalingKeys.CustomScaleWidth) &&
300
(paramRefName ==
PrintSchemaTags
.Keywords.ParameterDefs.PageScalingScaleWidth) )
307
else if ( (sPropertyName ==
PrintSchemaTags
.Keywords.PageScalingKeys.CustomScaleHeight) &&
308
(paramRefName ==
PrintSchemaTags
.Keywords.ParameterDefs.PageScalingScaleHeight) )
315
else if ( (sPropertyName ==
PrintSchemaTags
.Keywords.PageScalingKeys.CustomSquareScale) &&
316
(paramRefName ==
PrintSchemaTags
.Keywords.ParameterDefs.PageSquareScalingScale) )
376
return
PrintSchemaTags
.Keywords.PageScalingKeys.Self;
409
this._featureName =
PrintSchemaTags
.Keywords.PageScalingKeys.Self;
413
PrintSchemaTags
.Framework.OptionNameProperty,
415
PrintSchemaTags
.Keywords.PageScalingKeys.ScalingNames,
416
PrintSchemaTags
.Keywords.PageScalingKeys.ScalingEnums),
418
PrintSchemaTags
.Keywords.PageScalingKeys.CustomScaleWidth,
420
PrintSchemaTags
.Keywords.PageScalingKeys.CustomScaleWidth,
421
PrintSchemaTags
.Keywords.ParameterDefs.PageScalingScaleWidth),
423
PrintSchemaTags
.Keywords.PageScalingKeys.CustomScaleHeight,
425
PrintSchemaTags
.Keywords.PageScalingKeys.CustomScaleHeight,
426
PrintSchemaTags
.Keywords.ParameterDefs.PageScalingScaleHeight),
428
PrintSchemaTags
.Keywords.PageScalingKeys.CustomSquareScale,
430
PrintSchemaTags
.Keywords.PageScalingKeys.CustomSquareScale,
431
PrintSchemaTags
.Keywords.ParameterDefs.PageSquareScalingScale),
450
return (PageScaling)this[
PrintSchemaTags
.Framework.OptionNameProperty];
468
return this[
PrintSchemaTags
.Keywords.PageScalingKeys.CustomScaleWidth];
486
return this[
PrintSchemaTags
.Keywords.PageScalingKeys.CustomScaleHeight];
504
return this[
PrintSchemaTags
.Keywords.PageScalingKeys.CustomSquareScale];
532
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)PageScaling.CustomSquare;
534
this[
PrintSchemaTags
.Keywords.PageScalingKeys.CustomSquareScale] = squareScale;
PrintConfig\PageTrueTypeFont.cs (9)
123
PrintSchemaTags
.Keywords.PageTrueTypeFontModeKeys.ModeNames,
124
PrintSchemaTags
.Keywords.PageTrueTypeFontModeKeys.ModeEnums,
185
return
PrintSchemaTags
.Keywords.PageTrueTypeFontModeKeys.Self;
220
this._featureName =
PrintSchemaTags
.Keywords.PageTrueTypeFontModeKeys.Self;
224
PrintSchemaTags
.Framework.OptionNameProperty,
226
PrintSchemaTags
.Keywords.PageTrueTypeFontModeKeys.ModeNames,
227
PrintSchemaTags
.Keywords.PageTrueTypeFontModeKeys.ModeEnums)
248
return (TrueTypeFontMode)this[
PrintSchemaTags
.Framework.OptionNameProperty];
258
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\PhotoPrintingIntent.cs (9)
122
PrintSchemaTags
.Keywords.PagePhotoPrintingIntentKeys.PhotoIntentNames,
123
PrintSchemaTags
.Keywords.PagePhotoPrintingIntentKeys.PhotoIntentEnums,
184
return
PrintSchemaTags
.Keywords.PagePhotoPrintingIntentKeys.Self;
218
this._featureName =
PrintSchemaTags
.Keywords.PagePhotoPrintingIntentKeys.Self;
222
PrintSchemaTags
.Framework.OptionNameProperty,
224
PrintSchemaTags
.Keywords.PagePhotoPrintingIntentKeys.PhotoIntentNames,
225
PrintSchemaTags
.Keywords.PagePhotoPrintingIntentKeys.PhotoIntentEnums)
246
return (PhotoPrintingIntent)this[
PrintSchemaTags
.Framework.OptionNameProperty];
256
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\PrintCapabilitesWriter.cs (19)
72
this._writer.WriteStartElement(PrintSchemaPrefixes.Framework,
PrintSchemaTags
.Framework.PrintCapRoot, PrintSchemaNamespaces.Framework);
647
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.Feature, PrintSchemaNamespaces.Framework);
648
WriteQNameAttribute(null,
PrintSchemaTags
.Framework.NameAttr, featureNamespace, featureName);
661
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.ParameterDef, PrintSchemaNamespaces.Framework);
662
WriteQNameAttribute(null,
PrintSchemaTags
.Framework.NameAttr, paramDefNamespace, paramDefName);
673
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.Option, PrintSchemaNamespaces.Framework);
676
WriteQNameAttribute(null,
PrintSchemaTags
.Framework.NameAttr, optionNamespace, optionName);
685
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.Option, PrintSchemaNamespaces.Framework);
688
WriteQNameAttribute(null,
PrintSchemaTags
.Framework.NameAttr, optionNamespace, optionName);
752
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.Property, PrintSchemaNamespaces.Framework);
753
WriteQNameAttribute(null,
PrintSchemaTags
.Framework.NameAttr, propertyNamespace, propertyName);
763
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.ScoredProperty, PrintSchemaNamespaces.Framework);
764
WriteQNameAttribute(null,
PrintSchemaTags
.Framework.NameAttr, propertyNamespace, propertyName);
774
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.Value, PrintSchemaNamespaces.Framework);
784
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.Value, PrintSchemaNamespaces.Framework);
794
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.ParameterRef, PrintSchemaNamespaces.Framework);
796
WriteQNameAttribute(null,
PrintSchemaTags
.Framework.NameAttr, parameterNamespace, parameterName);
803
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.ParameterInit, PrintSchemaNamespaces.Framework);
805
WriteQNameAttribute(null,
PrintSchemaTags
.Framework.NameAttr, parameterNamespace, parameterName);
PrintConfig\PrintSchema.cs (3)
1964
"<" + PrintSchemaPrefixes.Framework + ":" +
PrintSchemaTags
.Framework.PrintTicketRoot +
1970
"</" + PrintSchemaPrefixes.Framework + ":" +
PrintSchemaTags
.Framework.PrintTicketRoot + ">";
2285
public static int SchemaNameToEnumValueWithMap(
PrintSchemaTags
.MapEntry[] map,
PrintConfig\PrintSchemaShim.cs (3)
128
XmlElement parameterInitElem = ticket.XmlDoc.CreateElement(PrintSchemaPrefixes.Framework,
PrintSchemaTags
.Framework.ParameterInit, PrintSchemaNamespaces.Framework);
136
XmlElement valueElem = ticket.XmlDoc.CreateElement(PrintSchemaPrefixes.Framework,
PrintSchemaTags
.Framework.Value, PrintSchemaNamespaces.Framework);
1063
ticket.PageScaling[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)PageScaling.None;
PrintConfig\PrtCap_Base.cs (3)
303
if (reader.CurrentElementPSFNameAttrValue ==
PrintSchemaTags
.Keywords.ParameterProps.DefaultValue)
321
else if (reader.CurrentElementPSFNameAttrValue ==
PrintSchemaTags
.Keywords.ParameterProps.MaxValue)
339
else if (reader.CurrentElementPSFNameAttrValue ==
PrintSchemaTags
.Keywords.ParameterProps.MinValue)
PrintConfig\PrtCap_Builder.cs (29)
354
if (_reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageImageableSizeKeys.Self)
382
isSubFeature ?
PrintSchemaTags
.Keywords.SubFeatureMapTable :
383
PrintSchemaTags
.Keywords.FeatureMapTable,
397
PrintSchemaTags
.Keywords.GlobalParameterMapTable,
403
PrintSchemaTags
.Keywords.LocalParameterMapTable,
560
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.CollateKeys.DocumentCollate,
563
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.DuplexKeys.JobDuplex,
566
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.NUpKeys.JobNUp,
569
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.StapleKeys.JobStaple,
572
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.PageDeviceFontSubstitutionKeys.Self,
575
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.PageMediaSizeKeys.Self,
578
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.PageMediaTypeKeys.Self,
581
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.PageOrientationKeys.Self,
584
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.PageOutputColorKeys.Self,
587
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.PageResolutionKeys.Self,
590
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.PageScalingKeys.Self,
593
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.PageTrueTypeFontModeKeys.Self,
596
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.JobPageOrderKeys.Self,
599
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.PagePhotoPrintingIntentKeys.Self,
602
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.PageBorderlessKeys.Self,
605
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.PageOutputQualityKeys.Self,
608
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.InputBinKeys.JobInputBin,
611
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.InputBinKeys.DocumentInputBin,
614
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.InputBinKeys.PageInputBin,
620
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.NUpKeys.PresentationDirection,
626
new ParamDefHandlersTableEntry(
PrintSchemaTags
.Keywords.ParameterDefs.JobCopyCount,
633
new ParamDefHandlersTableEntry(
PrintSchemaTags
.Keywords.ParameterDefs.PageScalingScaleWidth,
636
new ParamDefHandlersTableEntry(
PrintSchemaTags
.Keywords.ParameterDefs.PageScalingScaleHeight,
639
new ParamDefHandlersTableEntry(
PrintSchemaTags
.Keywords.ParameterDefs.PageSquareScalingScale,
PrintConfig\PrtCap_Public.cs (2)
460
PrintSchemaTags
.Framework.PrintCapRoot,
500
PrintSchemaTags
.Framework.ParameterDef,
PrintConfig\PrtCap_Reader.cs (9)
48
(_xmlReader.LocalName !=
PrintSchemaTags
.Framework.PrintCapRoot) ||
66
string version = _xmlReader.GetAttribute(
PrintSchemaTags
.Framework.RootVersionAttr,
73
PrintSchemaTags
.Framework.RootVersionAttr));
87
PrintSchemaTags
.Framework.RootVersionAttr,
92
if (versionNum !=
PrintSchemaTags
.Framework.SchemaVersion)
151
PrintSchemaTags
.Framework.NodeTypeMapTable,
193
string QName = _xmlReader.GetAttribute(
PrintSchemaTags
.Framework.NameAttr,
293
PrintSchemaTags
.Framework.Value,
367
PrintSchemaTags
.Framework.ParameterRef,
PrintConfig\PrtTicket_Base.cs (32)
81
PrintSchemaTags
.Framework.Feature,
93
PrintSchemaTags
.Framework.ParameterInit,
181
if (propertyName ==
PrintSchemaTags
.Framework.OptionNameProperty)
309
if (propertyName ==
PrintSchemaTags
.Framework.OptionNameProperty)
405
PrintSchemaTags
.Framework.Feature,
427
PrintSchemaTags
.Framework.Feature,
447
string optionName = optionNode.GetAttribute(
PrintSchemaTags
.Framework.NameAttr,
490
PrintSchemaTags
.Framework.Option,
494
optionNode.SetAttribute(
PrintSchemaTags
.Framework.NameAttr,
560
PrintSchemaTags
.Framework.Option,
568
PrintSchemaTags
.Framework.ScoredProperty,
573
PrintSchemaTags
.Framework.ScoredProperty,
578
PrintSchemaTags
.Framework.Value,
639
PrintSchemaTags
.Framework.Option,
647
PrintSchemaTags
.Framework.ScoredProperty,
652
PrintSchemaTags
.Framework.ScoredProperty,
657
PrintSchemaTags
.Framework.Value,
686
PrintSchemaTags
.Framework.ScoredProperty,
695
PrintSchemaTags
.Framework.ParameterRef,
701
string fullRefName = refNode.GetAttribute(
PrintSchemaTags
.Framework.NameAttr,
737
PrintSchemaTags
.Framework.Option,
745
PrintSchemaTags
.Framework.ScoredProperty,
750
PrintSchemaTags
.Framework.ScoredProperty,
755
PrintSchemaTags
.Framework.ParameterRef,
768
PrintSchemaTags
.Framework.Option,
806
PrintSchemaTags
.Framework.ScoredProperty,
815
PrintSchemaTags
.Framework.Value,
988
_parameterNodeTagName =
PrintSchemaTags
.Framework.ParameterInit;
992
_parameterNodeTagName =
PrintSchemaTags
.Framework.Property;
1280
PrintSchemaTags
.Framework.Value,
1322
PrintSchemaTags
.Framework.Value,
1327
PrintSchemaTags
.Framework.Value,
PrintConfig\PrtTicket_Editor.cs (13)
43
(root.LocalName !=
PrintSchemaTags
.Framework.PrintTicketRoot))
51
string version = root.GetAttribute(
PrintSchemaTags
.Framework.RootVersionAttr,
61
PrintSchemaTags
.Framework.RootVersionAttr));
74
PrintSchemaTags
.Framework.RootVersionAttr,
80
if (versionNum !=
PrintSchemaTags
.Framework.SchemaVersion)
102
((rootChild.LocalName !=
PrintSchemaTags
.Framework.Feature) &&
103
(rootChild.LocalName !=
PrintSchemaTags
.Framework.ParameterInit) &&
104
(rootChild.LocalName !=
PrintSchemaTags
.Framework.Property)))
111
string childName = ((XmlElement)rootChild).GetAttribute(
PrintSchemaTags
.Framework.NameAttr,
120
PrintSchemaTags
.Framework.NameAttr));
267
PrintSchemaTags
.Framework.NameAttr,
331
PrintSchemaTags
.Framework.NameAttr,
363
newNode.SetAttribute(
PrintSchemaTags
.Framework.NameAttr,
PrintConfig\PrtTicket_Public.cs (2)
45
_xmlDoc.LoadXml(
PrintSchemaTags
.Framework.EmptyPrintTicket);
526
PrintSchemaTags
.Framework.PrintTicketRoot,
PrintConfig\PTProvider.cs (3)
234
PrintSchemaTags
.Framework.PrintTicketRoot,
339
PrintSchemaTags
.Framework.PrintTicketRoot,
500
PrintSchemaTags
.Framework.PrintTicketRoot,