342 references to PrintSchemaTags
ReachFramework (342)
PrintConfig\DocumentNUp.cs (15)
177
if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.NUpKeys.PagesPerSheet)
286
return
PrintSchemaTags
.Keywords.NUpKeys.JobNUp;
391
PrintSchemaTags
.Keywords.NUpKeys.DirectionNames,
392
PrintSchemaTags
.Keywords.NUpKeys.DirectionEnums,
453
return
PrintSchemaTags
.Keywords.NUpKeys.PresentationDirection;
490
PrintSchemaTags
.Keywords.NUpKeys.PagesPerSheet,
512
return this[
PrintSchemaTags
.Keywords.NUpKeys.PagesPerSheet];
522
this[
PrintSchemaTags
.Keywords.NUpKeys.PagesPerSheet] = value;
576
: base(ownerPrintTicket,
PrintSchemaTags
.Keywords.NUpKeys.JobNUp)
596
this._featureName =
PrintSchemaTags
.Keywords.NUpKeys.PresentationDirection;
600
PrintSchemaTags
.Framework.OptionNameProperty,
602
PrintSchemaTags
.Keywords.NUpKeys.DirectionNames,
603
PrintSchemaTags
.Keywords.NUpKeys.DirectionEnums),
624
return (PagesPerSheetDirection)this[
PrintSchemaTags
.Framework.OptionNameProperty];
634
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,
224
return
PrintSchemaTags
.Keywords.CollateKeys.DocumentCollate;
248
PrintSchemaTags
.Framework.OptionNameProperty,
250
PrintSchemaTags
.Keywords.CollateKeys.CollationNames,
251
PrintSchemaTags
.Keywords.CollateKeys.CollationEnums)
272
return (Collation)this[
PrintSchemaTags
.Framework.OptionNameProperty];
282
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
310
: base(ownerPrintTicket,
PrintSchemaTags
.Keywords.CollateKeys.DocumentCollate)
PrintConfig\JobDuplex.cs (9)
111
PrintSchemaTags
.Keywords.DuplexKeys.DuplexNames,
112
PrintSchemaTags
.Keywords.DuplexKeys.DuplexEnums,
222
return
PrintSchemaTags
.Keywords.DuplexKeys.JobDuplex;
246
PrintSchemaTags
.Framework.OptionNameProperty,
248
PrintSchemaTags
.Keywords.DuplexKeys.DuplexNames,
249
PrintSchemaTags
.Keywords.DuplexKeys.DuplexEnums),
270
return (Duplexing)this[
PrintSchemaTags
.Framework.OptionNameProperty];
280
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
308
: base(ownerPrintTicket,
PrintSchemaTags
.Keywords.DuplexKeys.JobDuplex)
PrintConfig\JobInputBins.cs (13)
113
PrintSchemaTags
.Keywords.InputBinKeys.InputBinNames,
114
PrintSchemaTags
.Keywords.InputBinKeys.InputBinEnums,
226
return
PrintSchemaTags
.Keywords.InputBinKeys.JobInputBin;
265
return
PrintSchemaTags
.Keywords.InputBinKeys.DocumentInputBin;
304
return
PrintSchemaTags
.Keywords.InputBinKeys.PageInputBin;
329
PrintSchemaTags
.Framework.OptionNameProperty,
331
PrintSchemaTags
.Keywords.InputBinKeys.InputBinNames,
332
PrintSchemaTags
.Keywords.InputBinKeys.InputBinEnums),
353
return (InputBin)this[
PrintSchemaTags
.Framework.OptionNameProperty];
363
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
391
: base(ownerPrintTicket,
PrintSchemaTags
.Keywords.InputBinKeys.JobInputBin)
406
: base(ownerPrintTicket,
PrintSchemaTags
.Keywords.InputBinKeys.DocumentInputBin)
420
: base(ownerPrintTicket,
PrintSchemaTags
.Keywords.InputBinKeys.PageInputBin)
PrintConfig\JobPageOrder.cs (9)
120
PrintSchemaTags
.Keywords.JobPageOrderKeys.PageOrderNames,
121
PrintSchemaTags
.Keywords.JobPageOrderKeys.PageOrderEnums,
182
return
PrintSchemaTags
.Keywords.JobPageOrderKeys.Self;
216
this._featureName =
PrintSchemaTags
.Keywords.JobPageOrderKeys.Self;
220
PrintSchemaTags
.Framework.OptionNameProperty,
222
PrintSchemaTags
.Keywords.JobPageOrderKeys.PageOrderNames,
223
PrintSchemaTags
.Keywords.JobPageOrderKeys.PageOrderEnums)
244
return (PageOrder)this[
PrintSchemaTags
.Framework.OptionNameProperty];
254
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobStaple.cs (9)
114
PrintSchemaTags
.Keywords.StapleKeys.StaplingNames,
115
PrintSchemaTags
.Keywords.StapleKeys.StaplingEnums,
227
return
PrintSchemaTags
.Keywords.StapleKeys.JobStaple;
251
PrintSchemaTags
.Framework.OptionNameProperty,
253
PrintSchemaTags
.Keywords.StapleKeys.StaplingNames,
254
PrintSchemaTags
.Keywords.StapleKeys.StaplingEnums),
275
return (Stapling)this[
PrintSchemaTags
.Framework.OptionNameProperty];
285
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
313
: base(ownerPrintTicket,
PrintSchemaTags
.Keywords.StapleKeys.JobStaple)
PrintConfig\PageBorderless.cs (9)
121
PrintSchemaTags
.Keywords.PageBorderlessKeys.BorderlessNames,
122
PrintSchemaTags
.Keywords.PageBorderlessKeys.BorderlessEnums,
183
return
PrintSchemaTags
.Keywords.PageBorderlessKeys.Self;
217
this._featureName =
PrintSchemaTags
.Keywords.PageBorderlessKeys.Self;
221
PrintSchemaTags
.Framework.OptionNameProperty,
223
PrintSchemaTags
.Keywords.PageBorderlessKeys.BorderlessNames,
224
PrintSchemaTags
.Keywords.PageBorderlessKeys.BorderlessEnums)
245
return (PageBorderless)this[
PrintSchemaTags
.Framework.OptionNameProperty];
255
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageCanvasSize.cs (7)
194
if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageImageableSizeKeys.ImageableSizeWidth)
213
else if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageImageableSizeKeys.ImageableSizeHeight)
232
else if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageImageableSizeKeys.ImageableArea)
245
if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageImageableSizeKeys.OriginWidth)
264
else if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageImageableSizeKeys.OriginHeight)
283
else if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageImageableSizeKeys.ExtentWidth)
302
else if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageImageableSizeKeys.ExtentHeight)
PrintConfig\PageCopyCount.cs (1)
57
PrintSchemaTags
.Keywords.ParameterDefs.JobCopyCount,
PrintConfig\PageDeviceFont.cs (9)
122
PrintSchemaTags
.Keywords.PageDeviceFontSubstitutionKeys.SubstitutionNames,
123
PrintSchemaTags
.Keywords.PageDeviceFontSubstitutionKeys.SubstitutionEnums,
183
return
PrintSchemaTags
.Keywords.PageDeviceFontSubstitutionKeys.Self;
218
this._featureName =
PrintSchemaTags
.Keywords.PageDeviceFontSubstitutionKeys.Self;
222
PrintSchemaTags
.Framework.OptionNameProperty,
224
PrintSchemaTags
.Keywords.PageDeviceFontSubstitutionKeys.SubstitutionNames,
225
PrintSchemaTags
.Keywords.PageDeviceFontSubstitutionKeys.SubstitutionEnums)
246
return (DeviceFontSubstitution)this[
PrintSchemaTags
.Framework.OptionNameProperty];
256
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))
242
if (sPropertyName ==
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeWidth)
294
return
PrintSchemaTags
.Keywords.PageMediaSizeKeys.Self;
327
this._featureName =
PrintSchemaTags
.Keywords.PageMediaSizeKeys.Self;
331
PrintSchemaTags
.Framework.OptionNameProperty,
333
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeNames,
334
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeEnums),
337
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeWidth,
341
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeHeight,
346
PrintSchemaTags
.Keywords.PageMediaSizeKeys.CustomMediaSizeWidth,
348
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeWidth,
349
PrintSchemaTags
.Keywords.ParameterDefs.PageMediaSizeMediaSizeWidth),
352
PrintSchemaTags
.Keywords.PageMediaSizeKeys.CustomMediaSizeHeight,
354
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeHeight,
355
PrintSchemaTags
.Keywords.ParameterDefs.PageMediaSizeMediaSizeHeight),
373
return (PageMediaSizeName)this[
PrintSchemaTags
.Framework.OptionNameProperty];
390
micronValue = this[
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeWidth];
402
(optionName ==
PrintSchemaTags
.Keywords.PageMediaSizeKeys.CustomMediaSize))
404
micronValue = this[
PrintSchemaTags
.Keywords.PageMediaSizeKeys.CustomMediaSizeWidth];
425
micronValue = this[
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeHeight];
437
(optionName ==
PrintSchemaTags
.Keywords.PageMediaSizeKeys.CustomMediaSize))
439
micronValue = this[
PrintSchemaTags
.Keywords.PageMediaSizeKeys.CustomMediaSizeHeight];
476
this[
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeWidth] =
482
this[
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeHeight] =
574
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
579
this[
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeWidth] =
581
this[
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeHeight] =
PrintConfig\PageMediaType.cs (9)
123
PrintSchemaTags
.Keywords.PageMediaTypeKeys.MediaTypeNames,
124
PrintSchemaTags
.Keywords.PageMediaTypeKeys.MediaTypeEnums,
185
return
PrintSchemaTags
.Keywords.PageMediaTypeKeys.Self;
219
this._featureName =
PrintSchemaTags
.Keywords.PageMediaTypeKeys.Self;
223
PrintSchemaTags
.Framework.OptionNameProperty,
225
PrintSchemaTags
.Keywords.PageMediaTypeKeys.MediaTypeNames,
226
PrintSchemaTags
.Keywords.PageMediaTypeKeys.MediaTypeEnums),
247
return (PageMediaType)this[
PrintSchemaTags
.Framework.OptionNameProperty];
257
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOrientation.cs (9)
120
PrintSchemaTags
.Keywords.PageOrientationKeys.OrientationNames,
121
PrintSchemaTags
.Keywords.PageOrientationKeys.OrientationEnums,
182
return
PrintSchemaTags
.Keywords.PageOrientationKeys.Self;
216
this._featureName =
PrintSchemaTags
.Keywords.PageOrientationKeys.Self;
220
PrintSchemaTags
.Framework.OptionNameProperty,
222
PrintSchemaTags
.Keywords.PageOrientationKeys.OrientationNames,
223
PrintSchemaTags
.Keywords.PageOrientationKeys.OrientationEnums)
244
return (PageOrientation)this[
PrintSchemaTags
.Framework.OptionNameProperty];
254
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOutputColor.cs (9)
122
PrintSchemaTags
.Keywords.PageOutputColorKeys.ColorNames,
123
PrintSchemaTags
.Keywords.PageOutputColorKeys.ColorEnums,
185
return
PrintSchemaTags
.Keywords.PageOutputColorKeys.Self;
219
this._featureName =
PrintSchemaTags
.Keywords.PageOutputColorKeys.Self;
223
PrintSchemaTags
.Framework.OptionNameProperty,
225
PrintSchemaTags
.Keywords.PageOutputColorKeys.ColorNames,
226
PrintSchemaTags
.Keywords.PageOutputColorKeys.ColorEnums),
247
return (OutputColor)this[
PrintSchemaTags
.Framework.OptionNameProperty];
257
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOutputQuality.cs (9)
122
PrintSchemaTags
.Keywords.PageOutputQualityKeys.OutputQualityNames,
123
PrintSchemaTags
.Keywords.PageOutputQualityKeys.OutputQualityEnums,
184
return
PrintSchemaTags
.Keywords.PageOutputQualityKeys.Self;
218
this._featureName =
PrintSchemaTags
.Keywords.PageOutputQualityKeys.Self;
222
PrintSchemaTags
.Framework.OptionNameProperty,
224
PrintSchemaTags
.Keywords.PageOutputQualityKeys.OutputQualityNames,
225
PrintSchemaTags
.Keywords.PageOutputQualityKeys.OutputQualityEnums)
246
return (OutputQuality)this[
PrintSchemaTags
.Framework.OptionNameProperty];
256
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageResolution.cs (18)
196
if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageResolutionKeys.ResolutionX)
215
else if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageResolutionKeys.ResolutionY)
234
else if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageResolutionKeys.QualitativeResolution)
239
PrintSchemaTags
.Keywords.PageResolutionKeys.QualityNames,
240
PrintSchemaTags
.Keywords.PageResolutionKeys.QualityEnums,
278
return
PrintSchemaTags
.Keywords.PageResolutionKeys.Self;
311
this._featureName =
PrintSchemaTags
.Keywords.PageResolutionKeys.Self;
315
PrintSchemaTags
.Keywords.PageResolutionKeys.ResolutionX,
318
PrintSchemaTags
.Keywords.PageResolutionKeys.ResolutionY,
321
PrintSchemaTags
.Keywords.PageResolutionKeys.QualitativeResolution,
323
PrintSchemaTags
.Keywords.PageResolutionKeys.QualityNames,
324
PrintSchemaTags
.Keywords.PageResolutionKeys.QualityEnums),
345
return this[
PrintSchemaTags
.Keywords.PageResolutionKeys.ResolutionX];
355
this[
PrintSchemaTags
.Keywords.PageResolutionKeys.ResolutionX] = value;
372
return this[
PrintSchemaTags
.Keywords.PageResolutionKeys.ResolutionY];
382
this[
PrintSchemaTags
.Keywords.PageResolutionKeys.ResolutionY] = value;
399
return (PageQualitativeResolution)this[
PrintSchemaTags
.Keywords.PageResolutionKeys.QualitativeResolution];
409
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) )
377
return
PrintSchemaTags
.Keywords.PageScalingKeys.Self;
410
this._featureName =
PrintSchemaTags
.Keywords.PageScalingKeys.Self;
414
PrintSchemaTags
.Framework.OptionNameProperty,
416
PrintSchemaTags
.Keywords.PageScalingKeys.ScalingNames,
417
PrintSchemaTags
.Keywords.PageScalingKeys.ScalingEnums),
419
PrintSchemaTags
.Keywords.PageScalingKeys.CustomScaleWidth,
421
PrintSchemaTags
.Keywords.PageScalingKeys.CustomScaleWidth,
422
PrintSchemaTags
.Keywords.ParameterDefs.PageScalingScaleWidth),
424
PrintSchemaTags
.Keywords.PageScalingKeys.CustomScaleHeight,
426
PrintSchemaTags
.Keywords.PageScalingKeys.CustomScaleHeight,
427
PrintSchemaTags
.Keywords.ParameterDefs.PageScalingScaleHeight),
429
PrintSchemaTags
.Keywords.PageScalingKeys.CustomSquareScale,
431
PrintSchemaTags
.Keywords.PageScalingKeys.CustomSquareScale,
432
PrintSchemaTags
.Keywords.ParameterDefs.PageSquareScalingScale),
451
return (PageScaling)this[
PrintSchemaTags
.Framework.OptionNameProperty];
469
return this[
PrintSchemaTags
.Keywords.PageScalingKeys.CustomScaleWidth];
487
return this[
PrintSchemaTags
.Keywords.PageScalingKeys.CustomScaleHeight];
505
return this[
PrintSchemaTags
.Keywords.PageScalingKeys.CustomSquareScale];
533
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)PageScaling.CustomSquare;
535
this[
PrintSchemaTags
.Keywords.PageScalingKeys.CustomSquareScale] = squareScale;
PrintConfig\PageTrueTypeFont.cs (9)
121
PrintSchemaTags
.Keywords.PageTrueTypeFontModeKeys.ModeNames,
122
PrintSchemaTags
.Keywords.PageTrueTypeFontModeKeys.ModeEnums,
183
return
PrintSchemaTags
.Keywords.PageTrueTypeFontModeKeys.Self;
218
this._featureName =
PrintSchemaTags
.Keywords.PageTrueTypeFontModeKeys.Self;
222
PrintSchemaTags
.Framework.OptionNameProperty,
224
PrintSchemaTags
.Keywords.PageTrueTypeFontModeKeys.ModeNames,
225
PrintSchemaTags
.Keywords.PageTrueTypeFontModeKeys.ModeEnums)
246
return (TrueTypeFontMode)this[
PrintSchemaTags
.Framework.OptionNameProperty];
256
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\PhotoPrintingIntent.cs (9)
120
PrintSchemaTags
.Keywords.PagePhotoPrintingIntentKeys.PhotoIntentNames,
121
PrintSchemaTags
.Keywords.PagePhotoPrintingIntentKeys.PhotoIntentEnums,
182
return
PrintSchemaTags
.Keywords.PagePhotoPrintingIntentKeys.Self;
216
this._featureName =
PrintSchemaTags
.Keywords.PagePhotoPrintingIntentKeys.Self;
220
PrintSchemaTags
.Framework.OptionNameProperty,
222
PrintSchemaTags
.Keywords.PagePhotoPrintingIntentKeys.PhotoIntentNames,
223
PrintSchemaTags
.Keywords.PagePhotoPrintingIntentKeys.PhotoIntentEnums)
244
return (PhotoPrintingIntent)this[
PrintSchemaTags
.Framework.OptionNameProperty];
254
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\PrintCapabilitesWriter.cs (19)
70
this._writer.WriteStartElement(PrintSchemaPrefixes.Framework,
PrintSchemaTags
.Framework.PrintCapRoot, PrintSchemaNamespaces.Framework);
645
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.Feature, PrintSchemaNamespaces.Framework);
646
WriteQNameAttribute(null,
PrintSchemaTags
.Framework.NameAttr, featureNamespace, featureName);
659
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.ParameterDef, PrintSchemaNamespaces.Framework);
660
WriteQNameAttribute(null,
PrintSchemaTags
.Framework.NameAttr, paramDefNamespace, paramDefName);
671
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.Option, PrintSchemaNamespaces.Framework);
674
WriteQNameAttribute(null,
PrintSchemaTags
.Framework.NameAttr, optionNamespace, optionName);
683
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.Option, PrintSchemaNamespaces.Framework);
686
WriteQNameAttribute(null,
PrintSchemaTags
.Framework.NameAttr, optionNamespace, optionName);
750
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.Property, PrintSchemaNamespaces.Framework);
751
WriteQNameAttribute(null,
PrintSchemaTags
.Framework.NameAttr, propertyNamespace, propertyName);
761
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.ScoredProperty, PrintSchemaNamespaces.Framework);
762
WriteQNameAttribute(null,
PrintSchemaTags
.Framework.NameAttr, propertyNamespace, propertyName);
772
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.Value, PrintSchemaNamespaces.Framework);
782
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.Value, PrintSchemaNamespaces.Framework);
792
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.ParameterRef, PrintSchemaNamespaces.Framework);
794
WriteQNameAttribute(null,
PrintSchemaTags
.Framework.NameAttr, parameterNamespace, parameterName);
801
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.ParameterInit, PrintSchemaNamespaces.Framework);
803
WriteQNameAttribute(null,
PrintSchemaTags
.Framework.NameAttr, parameterNamespace, parameterName);
PrintConfig\PrintSchema.cs (3)
1966
"<" + PrintSchemaPrefixes.Framework + ":" +
PrintSchemaTags
.Framework.PrintTicketRoot +
1972
"</" + PrintSchemaPrefixes.Framework + ":" +
PrintSchemaTags
.Framework.PrintTicketRoot + ">";
2287
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)
305
if (reader.CurrentElementPSFNameAttrValue ==
PrintSchemaTags
.Keywords.ParameterProps.DefaultValue)
324
else if (reader.CurrentElementPSFNameAttrValue ==
PrintSchemaTags
.Keywords.ParameterProps.MaxValue)
343
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)
49
(_xmlReader.LocalName !=
PrintSchemaTags
.Framework.PrintCapRoot) ||
67
string version = _xmlReader.GetAttribute(
PrintSchemaTags
.Framework.RootVersionAttr,
74
PrintSchemaTags
.Framework.RootVersionAttr));
88
PrintSchemaTags
.Framework.RootVersionAttr,
93
if (versionNum !=
PrintSchemaTags
.Framework.SchemaVersion)
152
PrintSchemaTags
.Framework.NodeTypeMapTable,
194
string QName = _xmlReader.GetAttribute(
PrintSchemaTags
.Framework.NameAttr,
294
PrintSchemaTags
.Framework.Value,
368
PrintSchemaTags
.Framework.ParameterRef,
PrintConfig\PrtTicket_Base.cs (32)
83
PrintSchemaTags
.Framework.Feature,
95
PrintSchemaTags
.Framework.ParameterInit,
183
if (propertyName ==
PrintSchemaTags
.Framework.OptionNameProperty)
311
if (propertyName ==
PrintSchemaTags
.Framework.OptionNameProperty)
407
PrintSchemaTags
.Framework.Feature,
429
PrintSchemaTags
.Framework.Feature,
449
string optionName = optionNode.GetAttribute(
PrintSchemaTags
.Framework.NameAttr,
492
PrintSchemaTags
.Framework.Option,
496
optionNode.SetAttribute(
PrintSchemaTags
.Framework.NameAttr,
563
PrintSchemaTags
.Framework.Option,
571
PrintSchemaTags
.Framework.ScoredProperty,
576
PrintSchemaTags
.Framework.ScoredProperty,
581
PrintSchemaTags
.Framework.Value,
642
PrintSchemaTags
.Framework.Option,
650
PrintSchemaTags
.Framework.ScoredProperty,
655
PrintSchemaTags
.Framework.ScoredProperty,
660
PrintSchemaTags
.Framework.Value,
689
PrintSchemaTags
.Framework.ScoredProperty,
698
PrintSchemaTags
.Framework.ParameterRef,
704
string fullRefName = refNode.GetAttribute(
PrintSchemaTags
.Framework.NameAttr,
740
PrintSchemaTags
.Framework.Option,
748
PrintSchemaTags
.Framework.ScoredProperty,
753
PrintSchemaTags
.Framework.ScoredProperty,
758
PrintSchemaTags
.Framework.ParameterRef,
771
PrintSchemaTags
.Framework.Option,
809
PrintSchemaTags
.Framework.ScoredProperty,
818
PrintSchemaTags
.Framework.Value,
991
_parameterNodeTagName =
PrintSchemaTags
.Framework.ParameterInit;
995
_parameterNodeTagName =
PrintSchemaTags
.Framework.Property;
1290
PrintSchemaTags
.Framework.Value,
1332
PrintSchemaTags
.Framework.Value,
1337
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,