342 references to PrintSchemaTags
ReachFramework (342)
PrintConfig\DocumentNUp.cs (15)
174
if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.NUpKeys.PagesPerSheet)
284
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;
577
: base(ownerPrintTicket,
PrintSchemaTags
.Keywords.NUpKeys.JobNUp)
597
this._featureName =
PrintSchemaTags
.Keywords.NUpKeys.PresentationDirection;
601
PrintSchemaTags
.Framework.OptionNameProperty,
603
PrintSchemaTags
.Keywords.NUpKeys.DirectionNames,
604
PrintSchemaTags
.Keywords.NUpKeys.DirectionEnums),
625
return (PagesPerSheetDirection)this[
PrintSchemaTags
.Framework.OptionNameProperty];
635
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\FallbackPTProvider.cs (1)
112
PrintSchemaTags
.Framework.PrintTicketRoot,
PrintConfig\JobCollate.cs (9)
111
PrintSchemaTags
.Keywords.CollateKeys.CollationNames,
112
PrintSchemaTags
.Keywords.CollateKeys.CollationEnums,
225
return
PrintSchemaTags
.Keywords.CollateKeys.DocumentCollate;
249
PrintSchemaTags
.Framework.OptionNameProperty,
251
PrintSchemaTags
.Keywords.CollateKeys.CollationNames,
252
PrintSchemaTags
.Keywords.CollateKeys.CollationEnums)
273
return (Collation)this[
PrintSchemaTags
.Framework.OptionNameProperty];
283
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
311
: base(ownerPrintTicket,
PrintSchemaTags
.Keywords.CollateKeys.DocumentCollate)
PrintConfig\JobDuplex.cs (9)
110
PrintSchemaTags
.Keywords.DuplexKeys.DuplexNames,
111
PrintSchemaTags
.Keywords.DuplexKeys.DuplexEnums,
223
return
PrintSchemaTags
.Keywords.DuplexKeys.JobDuplex;
247
PrintSchemaTags
.Framework.OptionNameProperty,
249
PrintSchemaTags
.Keywords.DuplexKeys.DuplexNames,
250
PrintSchemaTags
.Keywords.DuplexKeys.DuplexEnums),
271
return (Duplexing)this[
PrintSchemaTags
.Framework.OptionNameProperty];
281
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
309
: base(ownerPrintTicket,
PrintSchemaTags
.Keywords.DuplexKeys.JobDuplex)
PrintConfig\JobInputBins.cs (13)
112
PrintSchemaTags
.Keywords.InputBinKeys.InputBinNames,
113
PrintSchemaTags
.Keywords.InputBinKeys.InputBinEnums,
227
return
PrintSchemaTags
.Keywords.InputBinKeys.JobInputBin;
268
return
PrintSchemaTags
.Keywords.InputBinKeys.DocumentInputBin;
309
return
PrintSchemaTags
.Keywords.InputBinKeys.PageInputBin;
334
PrintSchemaTags
.Framework.OptionNameProperty,
336
PrintSchemaTags
.Keywords.InputBinKeys.InputBinNames,
337
PrintSchemaTags
.Keywords.InputBinKeys.InputBinEnums),
358
return (InputBin)this[
PrintSchemaTags
.Framework.OptionNameProperty];
368
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
396
: base(ownerPrintTicket,
PrintSchemaTags
.Keywords.InputBinKeys.JobInputBin)
411
: base(ownerPrintTicket,
PrintSchemaTags
.Keywords.InputBinKeys.DocumentInputBin)
425
: base(ownerPrintTicket,
PrintSchemaTags
.Keywords.InputBinKeys.PageInputBin)
PrintConfig\JobPageOrder.cs (9)
121
PrintSchemaTags
.Keywords.JobPageOrderKeys.PageOrderNames,
122
PrintSchemaTags
.Keywords.JobPageOrderKeys.PageOrderEnums,
183
return
PrintSchemaTags
.Keywords.JobPageOrderKeys.Self;
217
this._featureName =
PrintSchemaTags
.Keywords.JobPageOrderKeys.Self;
221
PrintSchemaTags
.Framework.OptionNameProperty,
223
PrintSchemaTags
.Keywords.JobPageOrderKeys.PageOrderNames,
224
PrintSchemaTags
.Keywords.JobPageOrderKeys.PageOrderEnums)
245
return (PageOrder)this[
PrintSchemaTags
.Framework.OptionNameProperty];
255
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobStaple.cs (9)
113
PrintSchemaTags
.Keywords.StapleKeys.StaplingNames,
114
PrintSchemaTags
.Keywords.StapleKeys.StaplingEnums,
228
return
PrintSchemaTags
.Keywords.StapleKeys.JobStaple;
252
PrintSchemaTags
.Framework.OptionNameProperty,
254
PrintSchemaTags
.Keywords.StapleKeys.StaplingNames,
255
PrintSchemaTags
.Keywords.StapleKeys.StaplingEnums),
276
return (Stapling)this[
PrintSchemaTags
.Framework.OptionNameProperty];
286
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
314
: base(ownerPrintTicket,
PrintSchemaTags
.Keywords.StapleKeys.JobStaple)
PrintConfig\PageBorderless.cs (9)
122
PrintSchemaTags
.Keywords.PageBorderlessKeys.BorderlessNames,
123
PrintSchemaTags
.Keywords.PageBorderlessKeys.BorderlessEnums,
184
return
PrintSchemaTags
.Keywords.PageBorderlessKeys.Self;
218
this._featureName =
PrintSchemaTags
.Keywords.PageBorderlessKeys.Self;
222
PrintSchemaTags
.Framework.OptionNameProperty,
224
PrintSchemaTags
.Keywords.PageBorderlessKeys.BorderlessNames,
225
PrintSchemaTags
.Keywords.PageBorderlessKeys.BorderlessEnums)
246
return (PageBorderless)this[
PrintSchemaTags
.Framework.OptionNameProperty];
256
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageCanvasSize.cs (7)
191
if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageImageableSizeKeys.ImageableSizeWidth)
209
else if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageImageableSizeKeys.ImageableSizeHeight)
227
else if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageImageableSizeKeys.ImageableArea)
240
if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageImageableSizeKeys.OriginWidth)
258
else if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageImageableSizeKeys.OriginHeight)
276
else if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageImageableSizeKeys.ExtentWidth)
294
else if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageImageableSizeKeys.ExtentHeight)
PrintConfig\PageCopyCount.cs (1)
56
PrintSchemaTags
.Keywords.ParameterDefs.JobCopyCount,
PrintConfig\PageDeviceFont.cs (9)
123
PrintSchemaTags
.Keywords.PageDeviceFontSubstitutionKeys.SubstitutionNames,
124
PrintSchemaTags
.Keywords.PageDeviceFontSubstitutionKeys.SubstitutionEnums,
184
return
PrintSchemaTags
.Keywords.PageDeviceFontSubstitutionKeys.Self;
219
this._featureName =
PrintSchemaTags
.Keywords.PageDeviceFontSubstitutionKeys.Self;
223
PrintSchemaTags
.Framework.OptionNameProperty,
225
PrintSchemaTags
.Keywords.PageDeviceFontSubstitutionKeys.SubstitutionNames,
226
PrintSchemaTags
.Keywords.PageDeviceFontSubstitutionKeys.SubstitutionEnums)
247
return (DeviceFontSubstitution)this[
PrintSchemaTags
.Framework.OptionNameProperty];
257
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageMediaSize.cs (30)
149
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeNames,
150
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeEnums,
205
if ((sPropertyName ==
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeWidth) ||
206
(sPropertyName ==
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeHeight))
240
if (sPropertyName ==
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeWidth)
292
return
PrintSchemaTags
.Keywords.PageMediaSizeKeys.Self;
325
this._featureName =
PrintSchemaTags
.Keywords.PageMediaSizeKeys.Self;
329
PrintSchemaTags
.Framework.OptionNameProperty,
331
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeNames,
332
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeEnums),
335
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeWidth,
339
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeHeight,
344
PrintSchemaTags
.Keywords.PageMediaSizeKeys.CustomMediaSizeWidth,
346
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeWidth,
347
PrintSchemaTags
.Keywords.ParameterDefs.PageMediaSizeMediaSizeWidth),
350
PrintSchemaTags
.Keywords.PageMediaSizeKeys.CustomMediaSizeHeight,
352
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeHeight,
353
PrintSchemaTags
.Keywords.ParameterDefs.PageMediaSizeMediaSizeHeight),
371
return (PageMediaSizeName)this[
PrintSchemaTags
.Framework.OptionNameProperty];
388
micronValue = this[
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeWidth];
400
(optionName ==
PrintSchemaTags
.Keywords.PageMediaSizeKeys.CustomMediaSize))
402
micronValue = this[
PrintSchemaTags
.Keywords.PageMediaSizeKeys.CustomMediaSizeWidth];
423
micronValue = this[
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeHeight];
435
(optionName ==
PrintSchemaTags
.Keywords.PageMediaSizeKeys.CustomMediaSize))
437
micronValue = this[
PrintSchemaTags
.Keywords.PageMediaSizeKeys.CustomMediaSizeHeight];
474
this[
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeWidth] =
480
this[
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeHeight] =
572
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
577
this[
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeWidth] =
579
this[
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeHeight] =
PrintConfig\PageMediaType.cs (9)
124
PrintSchemaTags
.Keywords.PageMediaTypeKeys.MediaTypeNames,
125
PrintSchemaTags
.Keywords.PageMediaTypeKeys.MediaTypeEnums,
186
return
PrintSchemaTags
.Keywords.PageMediaTypeKeys.Self;
220
this._featureName =
PrintSchemaTags
.Keywords.PageMediaTypeKeys.Self;
224
PrintSchemaTags
.Framework.OptionNameProperty,
226
PrintSchemaTags
.Keywords.PageMediaTypeKeys.MediaTypeNames,
227
PrintSchemaTags
.Keywords.PageMediaTypeKeys.MediaTypeEnums),
248
return (PageMediaType)this[
PrintSchemaTags
.Framework.OptionNameProperty];
258
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOrientation.cs (9)
121
PrintSchemaTags
.Keywords.PageOrientationKeys.OrientationNames,
122
PrintSchemaTags
.Keywords.PageOrientationKeys.OrientationEnums,
183
return
PrintSchemaTags
.Keywords.PageOrientationKeys.Self;
217
this._featureName =
PrintSchemaTags
.Keywords.PageOrientationKeys.Self;
221
PrintSchemaTags
.Framework.OptionNameProperty,
223
PrintSchemaTags
.Keywords.PageOrientationKeys.OrientationNames,
224
PrintSchemaTags
.Keywords.PageOrientationKeys.OrientationEnums)
245
return (PageOrientation)this[
PrintSchemaTags
.Framework.OptionNameProperty];
255
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOutputColor.cs (9)
123
PrintSchemaTags
.Keywords.PageOutputColorKeys.ColorNames,
124
PrintSchemaTags
.Keywords.PageOutputColorKeys.ColorEnums,
186
return
PrintSchemaTags
.Keywords.PageOutputColorKeys.Self;
220
this._featureName =
PrintSchemaTags
.Keywords.PageOutputColorKeys.Self;
224
PrintSchemaTags
.Framework.OptionNameProperty,
226
PrintSchemaTags
.Keywords.PageOutputColorKeys.ColorNames,
227
PrintSchemaTags
.Keywords.PageOutputColorKeys.ColorEnums),
248
return (OutputColor)this[
PrintSchemaTags
.Framework.OptionNameProperty];
258
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOutputQuality.cs (9)
123
PrintSchemaTags
.Keywords.PageOutputQualityKeys.OutputQualityNames,
124
PrintSchemaTags
.Keywords.PageOutputQualityKeys.OutputQualityEnums,
185
return
PrintSchemaTags
.Keywords.PageOutputQualityKeys.Self;
219
this._featureName =
PrintSchemaTags
.Keywords.PageOutputQualityKeys.Self;
223
PrintSchemaTags
.Framework.OptionNameProperty,
225
PrintSchemaTags
.Keywords.PageOutputQualityKeys.OutputQualityNames,
226
PrintSchemaTags
.Keywords.PageOutputQualityKeys.OutputQualityEnums)
247
return (OutputQuality)this[
PrintSchemaTags
.Framework.OptionNameProperty];
257
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageResolution.cs (18)
195
if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageResolutionKeys.ResolutionX)
213
else if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageResolutionKeys.ResolutionY)
231
else if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageResolutionKeys.QualitativeResolution)
236
PrintSchemaTags
.Keywords.PageResolutionKeys.QualityNames,
237
PrintSchemaTags
.Keywords.PageResolutionKeys.QualityEnums,
275
return
PrintSchemaTags
.Keywords.PageResolutionKeys.Self;
308
this._featureName =
PrintSchemaTags
.Keywords.PageResolutionKeys.Self;
312
PrintSchemaTags
.Keywords.PageResolutionKeys.ResolutionX,
315
PrintSchemaTags
.Keywords.PageResolutionKeys.ResolutionY,
318
PrintSchemaTags
.Keywords.PageResolutionKeys.QualitativeResolution,
320
PrintSchemaTags
.Keywords.PageResolutionKeys.QualityNames,
321
PrintSchemaTags
.Keywords.PageResolutionKeys.QualityEnums),
342
return this[
PrintSchemaTags
.Keywords.PageResolutionKeys.ResolutionX];
352
this[
PrintSchemaTags
.Keywords.PageResolutionKeys.ResolutionX] = value;
369
return this[
PrintSchemaTags
.Keywords.PageResolutionKeys.ResolutionY];
379
this[
PrintSchemaTags
.Keywords.PageResolutionKeys.ResolutionY] = value;
396
return (PageQualitativeResolution)this[
PrintSchemaTags
.Keywords.PageResolutionKeys.QualitativeResolution];
406
this[
PrintSchemaTags
.Keywords.PageResolutionKeys.QualitativeResolution] = (int)value;
PrintConfig\PageScaling.cs (31)
184
PrintSchemaTags
.Keywords.PageScalingKeys.ScalingNames,
185
PrintSchemaTags
.Keywords.PageScalingKeys.ScalingEnums,
289
if ( (sPropertyName ==
PrintSchemaTags
.Keywords.PageScalingKeys.CustomScaleWidth) ||
290
(sPropertyName ==
PrintSchemaTags
.Keywords.PageScalingKeys.CustomScaleHeight) ||
291
(sPropertyName ==
PrintSchemaTags
.Keywords.PageScalingKeys.CustomSquareScale) )
298
if ( (sPropertyName ==
PrintSchemaTags
.Keywords.PageScalingKeys.CustomScaleWidth) &&
299
(paramRefName ==
PrintSchemaTags
.Keywords.ParameterDefs.PageScalingScaleWidth) )
306
else if ( (sPropertyName ==
PrintSchemaTags
.Keywords.PageScalingKeys.CustomScaleHeight) &&
307
(paramRefName ==
PrintSchemaTags
.Keywords.ParameterDefs.PageScalingScaleHeight) )
314
else if ( (sPropertyName ==
PrintSchemaTags
.Keywords.PageScalingKeys.CustomSquareScale) &&
315
(paramRefName ==
PrintSchemaTags
.Keywords.ParameterDefs.PageSquareScalingScale) )
375
return
PrintSchemaTags
.Keywords.PageScalingKeys.Self;
408
this._featureName =
PrintSchemaTags
.Keywords.PageScalingKeys.Self;
412
PrintSchemaTags
.Framework.OptionNameProperty,
414
PrintSchemaTags
.Keywords.PageScalingKeys.ScalingNames,
415
PrintSchemaTags
.Keywords.PageScalingKeys.ScalingEnums),
417
PrintSchemaTags
.Keywords.PageScalingKeys.CustomScaleWidth,
419
PrintSchemaTags
.Keywords.PageScalingKeys.CustomScaleWidth,
420
PrintSchemaTags
.Keywords.ParameterDefs.PageScalingScaleWidth),
422
PrintSchemaTags
.Keywords.PageScalingKeys.CustomScaleHeight,
424
PrintSchemaTags
.Keywords.PageScalingKeys.CustomScaleHeight,
425
PrintSchemaTags
.Keywords.ParameterDefs.PageScalingScaleHeight),
427
PrintSchemaTags
.Keywords.PageScalingKeys.CustomSquareScale,
429
PrintSchemaTags
.Keywords.PageScalingKeys.CustomSquareScale,
430
PrintSchemaTags
.Keywords.ParameterDefs.PageSquareScalingScale),
449
return (PageScaling)this[
PrintSchemaTags
.Framework.OptionNameProperty];
467
return this[
PrintSchemaTags
.Keywords.PageScalingKeys.CustomScaleWidth];
485
return this[
PrintSchemaTags
.Keywords.PageScalingKeys.CustomScaleHeight];
503
return this[
PrintSchemaTags
.Keywords.PageScalingKeys.CustomSquareScale];
531
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)PageScaling.CustomSquare;
533
this[
PrintSchemaTags
.Keywords.PageScalingKeys.CustomSquareScale] = squareScale;
PrintConfig\PageTrueTypeFont.cs (9)
122
PrintSchemaTags
.Keywords.PageTrueTypeFontModeKeys.ModeNames,
123
PrintSchemaTags
.Keywords.PageTrueTypeFontModeKeys.ModeEnums,
184
return
PrintSchemaTags
.Keywords.PageTrueTypeFontModeKeys.Self;
219
this._featureName =
PrintSchemaTags
.Keywords.PageTrueTypeFontModeKeys.Self;
223
PrintSchemaTags
.Framework.OptionNameProperty,
225
PrintSchemaTags
.Keywords.PageTrueTypeFontModeKeys.ModeNames,
226
PrintSchemaTags
.Keywords.PageTrueTypeFontModeKeys.ModeEnums)
247
return (TrueTypeFontMode)this[
PrintSchemaTags
.Framework.OptionNameProperty];
257
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\PhotoPrintingIntent.cs (9)
121
PrintSchemaTags
.Keywords.PagePhotoPrintingIntentKeys.PhotoIntentNames,
122
PrintSchemaTags
.Keywords.PagePhotoPrintingIntentKeys.PhotoIntentEnums,
183
return
PrintSchemaTags
.Keywords.PagePhotoPrintingIntentKeys.Self;
217
this._featureName =
PrintSchemaTags
.Keywords.PagePhotoPrintingIntentKeys.Self;
221
PrintSchemaTags
.Framework.OptionNameProperty,
223
PrintSchemaTags
.Keywords.PagePhotoPrintingIntentKeys.PhotoIntentNames,
224
PrintSchemaTags
.Keywords.PagePhotoPrintingIntentKeys.PhotoIntentEnums)
245
return (PhotoPrintingIntent)this[
PrintSchemaTags
.Framework.OptionNameProperty];
255
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\PrintCapabilitesWriter.cs (19)
71
this._writer.WriteStartElement(PrintSchemaPrefixes.Framework,
PrintSchemaTags
.Framework.PrintCapRoot, PrintSchemaNamespaces.Framework);
646
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.Feature, PrintSchemaNamespaces.Framework);
647
WriteQNameAttribute(null,
PrintSchemaTags
.Framework.NameAttr, featureNamespace, featureName);
660
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.ParameterDef, PrintSchemaNamespaces.Framework);
661
WriteQNameAttribute(null,
PrintSchemaTags
.Framework.NameAttr, paramDefNamespace, paramDefName);
672
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.Option, PrintSchemaNamespaces.Framework);
675
WriteQNameAttribute(null,
PrintSchemaTags
.Framework.NameAttr, optionNamespace, optionName);
684
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.Option, PrintSchemaNamespaces.Framework);
687
WriteQNameAttribute(null,
PrintSchemaTags
.Framework.NameAttr, optionNamespace, optionName);
751
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.Property, PrintSchemaNamespaces.Framework);
752
WriteQNameAttribute(null,
PrintSchemaTags
.Framework.NameAttr, propertyNamespace, propertyName);
762
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.ScoredProperty, PrintSchemaNamespaces.Framework);
763
WriteQNameAttribute(null,
PrintSchemaTags
.Framework.NameAttr, propertyNamespace, propertyName);
773
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.Value, PrintSchemaNamespaces.Framework);
783
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.Value, PrintSchemaNamespaces.Framework);
793
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.ParameterRef, PrintSchemaNamespaces.Framework);
795
WriteQNameAttribute(null,
PrintSchemaTags
.Framework.NameAttr, parameterNamespace, parameterName);
802
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.ParameterInit, PrintSchemaNamespaces.Framework);
804
WriteQNameAttribute(null,
PrintSchemaTags
.Framework.NameAttr, parameterNamespace, parameterName);
PrintConfig\PrintSchema.cs (3)
1963
"<" + PrintSchemaPrefixes.Framework + ":" +
PrintSchemaTags
.Framework.PrintTicketRoot +
1969
"</" + PrintSchemaPrefixes.Framework + ":" +
PrintSchemaTags
.Framework.PrintTicketRoot + ">";
2284
public static int SchemaNameToEnumValueWithMap(
PrintSchemaTags
.MapEntry[] map,
PrintConfig\PrintSchemaShim.cs (3)
127
XmlElement parameterInitElem = ticket.XmlDoc.CreateElement(PrintSchemaPrefixes.Framework,
PrintSchemaTags
.Framework.ParameterInit, PrintSchemaNamespaces.Framework);
135
XmlElement valueElem = ticket.XmlDoc.CreateElement(PrintSchemaPrefixes.Framework,
PrintSchemaTags
.Framework.Value, PrintSchemaNamespaces.Framework);
1062
ticket.PageScaling[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)PageScaling.None;
PrintConfig\PrtCap_Base.cs (3)
302
if (reader.CurrentElementPSFNameAttrValue ==
PrintSchemaTags
.Keywords.ParameterProps.DefaultValue)
320
else if (reader.CurrentElementPSFNameAttrValue ==
PrintSchemaTags
.Keywords.ParameterProps.MaxValue)
338
else if (reader.CurrentElementPSFNameAttrValue ==
PrintSchemaTags
.Keywords.ParameterProps.MinValue)
PrintConfig\PrtCap_Builder.cs (29)
353
if (_reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageImageableSizeKeys.Self)
381
isSubFeature ?
PrintSchemaTags
.Keywords.SubFeatureMapTable :
382
PrintSchemaTags
.Keywords.FeatureMapTable,
396
PrintSchemaTags
.Keywords.GlobalParameterMapTable,
402
PrintSchemaTags
.Keywords.LocalParameterMapTable,
559
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.CollateKeys.DocumentCollate,
562
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.DuplexKeys.JobDuplex,
565
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.NUpKeys.JobNUp,
568
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.StapleKeys.JobStaple,
571
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.PageDeviceFontSubstitutionKeys.Self,
574
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.PageMediaSizeKeys.Self,
577
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.PageMediaTypeKeys.Self,
580
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.PageOrientationKeys.Self,
583
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.PageOutputColorKeys.Self,
586
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.PageResolutionKeys.Self,
589
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.PageScalingKeys.Self,
592
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.PageTrueTypeFontModeKeys.Self,
595
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.JobPageOrderKeys.Self,
598
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.PagePhotoPrintingIntentKeys.Self,
601
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.PageBorderlessKeys.Self,
604
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.PageOutputQualityKeys.Self,
607
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.InputBinKeys.JobInputBin,
610
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.InputBinKeys.DocumentInputBin,
613
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.InputBinKeys.PageInputBin,
619
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.NUpKeys.PresentationDirection,
625
new ParamDefHandlersTableEntry(
PrintSchemaTags
.Keywords.ParameterDefs.JobCopyCount,
632
new ParamDefHandlersTableEntry(
PrintSchemaTags
.Keywords.ParameterDefs.PageScalingScaleWidth,
635
new ParamDefHandlersTableEntry(
PrintSchemaTags
.Keywords.ParameterDefs.PageScalingScaleHeight,
638
new ParamDefHandlersTableEntry(
PrintSchemaTags
.Keywords.ParameterDefs.PageSquareScalingScale,
PrintConfig\PrtCap_Public.cs (2)
459
PrintSchemaTags
.Framework.PrintCapRoot,
499
PrintSchemaTags
.Framework.ParameterDef,
PrintConfig\PrtCap_Reader.cs (9)
47
(_xmlReader.LocalName !=
PrintSchemaTags
.Framework.PrintCapRoot) ||
65
string version = _xmlReader.GetAttribute(
PrintSchemaTags
.Framework.RootVersionAttr,
72
PrintSchemaTags
.Framework.RootVersionAttr));
86
PrintSchemaTags
.Framework.RootVersionAttr,
91
if (versionNum !=
PrintSchemaTags
.Framework.SchemaVersion)
150
PrintSchemaTags
.Framework.NodeTypeMapTable,
192
string QName = _xmlReader.GetAttribute(
PrintSchemaTags
.Framework.NameAttr,
292
PrintSchemaTags
.Framework.Value,
366
PrintSchemaTags
.Framework.ParameterRef,
PrintConfig\PrtTicket_Base.cs (32)
80
PrintSchemaTags
.Framework.Feature,
92
PrintSchemaTags
.Framework.ParameterInit,
180
if (propertyName ==
PrintSchemaTags
.Framework.OptionNameProperty)
308
if (propertyName ==
PrintSchemaTags
.Framework.OptionNameProperty)
404
PrintSchemaTags
.Framework.Feature,
426
PrintSchemaTags
.Framework.Feature,
446
string optionName = optionNode.GetAttribute(
PrintSchemaTags
.Framework.NameAttr,
489
PrintSchemaTags
.Framework.Option,
493
optionNode.SetAttribute(
PrintSchemaTags
.Framework.NameAttr,
559
PrintSchemaTags
.Framework.Option,
567
PrintSchemaTags
.Framework.ScoredProperty,
572
PrintSchemaTags
.Framework.ScoredProperty,
577
PrintSchemaTags
.Framework.Value,
638
PrintSchemaTags
.Framework.Option,
646
PrintSchemaTags
.Framework.ScoredProperty,
651
PrintSchemaTags
.Framework.ScoredProperty,
656
PrintSchemaTags
.Framework.Value,
685
PrintSchemaTags
.Framework.ScoredProperty,
694
PrintSchemaTags
.Framework.ParameterRef,
700
string fullRefName = refNode.GetAttribute(
PrintSchemaTags
.Framework.NameAttr,
736
PrintSchemaTags
.Framework.Option,
744
PrintSchemaTags
.Framework.ScoredProperty,
749
PrintSchemaTags
.Framework.ScoredProperty,
754
PrintSchemaTags
.Framework.ParameterRef,
767
PrintSchemaTags
.Framework.Option,
805
PrintSchemaTags
.Framework.ScoredProperty,
814
PrintSchemaTags
.Framework.Value,
987
_parameterNodeTagName =
PrintSchemaTags
.Framework.ParameterInit;
991
_parameterNodeTagName =
PrintSchemaTags
.Framework.Property;
1279
PrintSchemaTags
.Framework.Value,
1321
PrintSchemaTags
.Framework.Value,
1326
PrintSchemaTags
.Framework.Value,
PrintConfig\PrtTicket_Editor.cs (13)
42
(root.LocalName !=
PrintSchemaTags
.Framework.PrintTicketRoot))
50
string version = root.GetAttribute(
PrintSchemaTags
.Framework.RootVersionAttr,
60
PrintSchemaTags
.Framework.RootVersionAttr));
73
PrintSchemaTags
.Framework.RootVersionAttr,
79
if (versionNum !=
PrintSchemaTags
.Framework.SchemaVersion)
101
((rootChild.LocalName !=
PrintSchemaTags
.Framework.Feature) &&
102
(rootChild.LocalName !=
PrintSchemaTags
.Framework.ParameterInit) &&
103
(rootChild.LocalName !=
PrintSchemaTags
.Framework.Property)))
110
string childName = ((XmlElement)rootChild).GetAttribute(
PrintSchemaTags
.Framework.NameAttr,
119
PrintSchemaTags
.Framework.NameAttr));
266
PrintSchemaTags
.Framework.NameAttr,
330
PrintSchemaTags
.Framework.NameAttr,
362
newNode.SetAttribute(
PrintSchemaTags
.Framework.NameAttr,
PrintConfig\PrtTicket_Public.cs (2)
44
_xmlDoc.LoadXml(
PrintSchemaTags
.Framework.EmptyPrintTicket);
525
PrintSchemaTags
.Framework.PrintTicketRoot,
PrintConfig\PTProvider.cs (3)
233
PrintSchemaTags
.Framework.PrintTicketRoot,
338
PrintSchemaTags
.Framework.PrintTicketRoot,
499
PrintSchemaTags
.Framework.PrintTicketRoot,