342 references to PrintSchemaTags
ReachFramework (342)
PrintConfig\DocumentNUp.cs (15)
183
if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.NUpKeys.PagesPerSheet)
292
return
PrintSchemaTags
.Keywords.NUpKeys.JobNUp;
397
PrintSchemaTags
.Keywords.NUpKeys.DirectionNames,
398
PrintSchemaTags
.Keywords.NUpKeys.DirectionEnums,
459
return
PrintSchemaTags
.Keywords.NUpKeys.PresentationDirection;
496
PrintSchemaTags
.Keywords.NUpKeys.PagesPerSheet,
518
return this[
PrintSchemaTags
.Keywords.NUpKeys.PagesPerSheet];
528
this[
PrintSchemaTags
.Keywords.NUpKeys.PagesPerSheet] = value;
582
: base(ownerPrintTicket,
PrintSchemaTags
.Keywords.NUpKeys.JobNUp)
602
this._featureName =
PrintSchemaTags
.Keywords.NUpKeys.PresentationDirection;
606
PrintSchemaTags
.Framework.OptionNameProperty,
608
PrintSchemaTags
.Keywords.NUpKeys.DirectionNames,
609
PrintSchemaTags
.Keywords.NUpKeys.DirectionEnums),
630
return (PagesPerSheetDirection)this[
PrintSchemaTags
.Framework.OptionNameProperty];
640
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\FallbackPTProvider.cs (1)
117
PrintSchemaTags
.Framework.PrintTicketRoot,
PrintConfig\JobCollate.cs (9)
118
PrintSchemaTags
.Keywords.CollateKeys.CollationNames,
119
PrintSchemaTags
.Keywords.CollateKeys.CollationEnums,
230
return
PrintSchemaTags
.Keywords.CollateKeys.DocumentCollate;
254
PrintSchemaTags
.Framework.OptionNameProperty,
256
PrintSchemaTags
.Keywords.CollateKeys.CollationNames,
257
PrintSchemaTags
.Keywords.CollateKeys.CollationEnums)
278
return (Collation)this[
PrintSchemaTags
.Framework.OptionNameProperty];
288
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
316
: base(ownerPrintTicket,
PrintSchemaTags
.Keywords.CollateKeys.DocumentCollate)
PrintConfig\JobDuplex.cs (9)
117
PrintSchemaTags
.Keywords.DuplexKeys.DuplexNames,
118
PrintSchemaTags
.Keywords.DuplexKeys.DuplexEnums,
228
return
PrintSchemaTags
.Keywords.DuplexKeys.JobDuplex;
252
PrintSchemaTags
.Framework.OptionNameProperty,
254
PrintSchemaTags
.Keywords.DuplexKeys.DuplexNames,
255
PrintSchemaTags
.Keywords.DuplexKeys.DuplexEnums),
276
return (Duplexing)this[
PrintSchemaTags
.Framework.OptionNameProperty];
286
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
314
: base(ownerPrintTicket,
PrintSchemaTags
.Keywords.DuplexKeys.JobDuplex)
PrintConfig\JobInputBins.cs (13)
120
PrintSchemaTags
.Keywords.InputBinKeys.InputBinNames,
121
PrintSchemaTags
.Keywords.InputBinKeys.InputBinEnums,
233
return
PrintSchemaTags
.Keywords.InputBinKeys.JobInputBin;
272
return
PrintSchemaTags
.Keywords.InputBinKeys.DocumentInputBin;
311
return
PrintSchemaTags
.Keywords.InputBinKeys.PageInputBin;
336
PrintSchemaTags
.Framework.OptionNameProperty,
338
PrintSchemaTags
.Keywords.InputBinKeys.InputBinNames,
339
PrintSchemaTags
.Keywords.InputBinKeys.InputBinEnums),
360
return (InputBin)this[
PrintSchemaTags
.Framework.OptionNameProperty];
370
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
398
: base(ownerPrintTicket,
PrintSchemaTags
.Keywords.InputBinKeys.JobInputBin)
413
: base(ownerPrintTicket,
PrintSchemaTags
.Keywords.InputBinKeys.DocumentInputBin)
427
: base(ownerPrintTicket,
PrintSchemaTags
.Keywords.InputBinKeys.PageInputBin)
PrintConfig\JobPageOrder.cs (9)
126
PrintSchemaTags
.Keywords.JobPageOrderKeys.PageOrderNames,
127
PrintSchemaTags
.Keywords.JobPageOrderKeys.PageOrderEnums,
188
return
PrintSchemaTags
.Keywords.JobPageOrderKeys.Self;
222
this._featureName =
PrintSchemaTags
.Keywords.JobPageOrderKeys.Self;
226
PrintSchemaTags
.Framework.OptionNameProperty,
228
PrintSchemaTags
.Keywords.JobPageOrderKeys.PageOrderNames,
229
PrintSchemaTags
.Keywords.JobPageOrderKeys.PageOrderEnums)
250
return (PageOrder)this[
PrintSchemaTags
.Framework.OptionNameProperty];
260
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobStaple.cs (9)
121
PrintSchemaTags
.Keywords.StapleKeys.StaplingNames,
122
PrintSchemaTags
.Keywords.StapleKeys.StaplingEnums,
234
return
PrintSchemaTags
.Keywords.StapleKeys.JobStaple;
258
PrintSchemaTags
.Framework.OptionNameProperty,
260
PrintSchemaTags
.Keywords.StapleKeys.StaplingNames,
261
PrintSchemaTags
.Keywords.StapleKeys.StaplingEnums),
282
return (Stapling)this[
PrintSchemaTags
.Framework.OptionNameProperty];
292
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
320
: base(ownerPrintTicket,
PrintSchemaTags
.Keywords.StapleKeys.JobStaple)
PrintConfig\PageBorderless.cs (9)
127
PrintSchemaTags
.Keywords.PageBorderlessKeys.BorderlessNames,
128
PrintSchemaTags
.Keywords.PageBorderlessKeys.BorderlessEnums,
189
return
PrintSchemaTags
.Keywords.PageBorderlessKeys.Self;
223
this._featureName =
PrintSchemaTags
.Keywords.PageBorderlessKeys.Self;
227
PrintSchemaTags
.Framework.OptionNameProperty,
229
PrintSchemaTags
.Keywords.PageBorderlessKeys.BorderlessNames,
230
PrintSchemaTags
.Keywords.PageBorderlessKeys.BorderlessEnums)
251
return (PageBorderless)this[
PrintSchemaTags
.Framework.OptionNameProperty];
261
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageCanvasSize.cs (7)
201
if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageImageableSizeKeys.ImageableSizeWidth)
220
else if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageImageableSizeKeys.ImageableSizeHeight)
239
else if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageImageableSizeKeys.ImageableArea)
252
if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageImageableSizeKeys.OriginWidth)
271
else if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageImageableSizeKeys.OriginHeight)
290
else if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageImageableSizeKeys.ExtentWidth)
309
else if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageImageableSizeKeys.ExtentHeight)
PrintConfig\PageCopyCount.cs (1)
64
PrintSchemaTags
.Keywords.ParameterDefs.JobCopyCount,
PrintConfig\PageDeviceFont.cs (9)
128
PrintSchemaTags
.Keywords.PageDeviceFontSubstitutionKeys.SubstitutionNames,
129
PrintSchemaTags
.Keywords.PageDeviceFontSubstitutionKeys.SubstitutionEnums,
189
return
PrintSchemaTags
.Keywords.PageDeviceFontSubstitutionKeys.Self;
224
this._featureName =
PrintSchemaTags
.Keywords.PageDeviceFontSubstitutionKeys.Self;
228
PrintSchemaTags
.Framework.OptionNameProperty,
230
PrintSchemaTags
.Keywords.PageDeviceFontSubstitutionKeys.SubstitutionNames,
231
PrintSchemaTags
.Keywords.PageDeviceFontSubstitutionKeys.SubstitutionEnums)
252
return (DeviceFontSubstitution)this[
PrintSchemaTags
.Framework.OptionNameProperty];
262
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageMediaSize.cs (30)
156
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeNames,
157
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeEnums,
212
if ((sPropertyName ==
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeWidth) ||
213
(sPropertyName ==
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeHeight))
248
if (sPropertyName ==
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeWidth)
300
return
PrintSchemaTags
.Keywords.PageMediaSizeKeys.Self;
333
this._featureName =
PrintSchemaTags
.Keywords.PageMediaSizeKeys.Self;
337
PrintSchemaTags
.Framework.OptionNameProperty,
339
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeNames,
340
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeEnums),
343
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeWidth,
347
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeHeight,
352
PrintSchemaTags
.Keywords.PageMediaSizeKeys.CustomMediaSizeWidth,
354
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeWidth,
355
PrintSchemaTags
.Keywords.ParameterDefs.PageMediaSizeMediaSizeWidth),
358
PrintSchemaTags
.Keywords.PageMediaSizeKeys.CustomMediaSizeHeight,
360
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeHeight,
361
PrintSchemaTags
.Keywords.ParameterDefs.PageMediaSizeMediaSizeHeight),
379
return (PageMediaSizeName)this[
PrintSchemaTags
.Framework.OptionNameProperty];
396
micronValue = this[
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeWidth];
408
(optionName ==
PrintSchemaTags
.Keywords.PageMediaSizeKeys.CustomMediaSize))
410
micronValue = this[
PrintSchemaTags
.Keywords.PageMediaSizeKeys.CustomMediaSizeWidth];
431
micronValue = this[
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeHeight];
443
(optionName ==
PrintSchemaTags
.Keywords.PageMediaSizeKeys.CustomMediaSize))
445
micronValue = this[
PrintSchemaTags
.Keywords.PageMediaSizeKeys.CustomMediaSizeHeight];
482
this[
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeWidth] =
488
this[
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeHeight] =
580
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
585
this[
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeWidth] =
587
this[
PrintSchemaTags
.Keywords.PageMediaSizeKeys.MediaSizeHeight] =
PrintConfig\PageMediaType.cs (9)
130
PrintSchemaTags
.Keywords.PageMediaTypeKeys.MediaTypeNames,
131
PrintSchemaTags
.Keywords.PageMediaTypeKeys.MediaTypeEnums,
192
return
PrintSchemaTags
.Keywords.PageMediaTypeKeys.Self;
226
this._featureName =
PrintSchemaTags
.Keywords.PageMediaTypeKeys.Self;
230
PrintSchemaTags
.Framework.OptionNameProperty,
232
PrintSchemaTags
.Keywords.PageMediaTypeKeys.MediaTypeNames,
233
PrintSchemaTags
.Keywords.PageMediaTypeKeys.MediaTypeEnums),
254
return (PageMediaType)this[
PrintSchemaTags
.Framework.OptionNameProperty];
264
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOrientation.cs (9)
126
PrintSchemaTags
.Keywords.PageOrientationKeys.OrientationNames,
127
PrintSchemaTags
.Keywords.PageOrientationKeys.OrientationEnums,
188
return
PrintSchemaTags
.Keywords.PageOrientationKeys.Self;
222
this._featureName =
PrintSchemaTags
.Keywords.PageOrientationKeys.Self;
226
PrintSchemaTags
.Framework.OptionNameProperty,
228
PrintSchemaTags
.Keywords.PageOrientationKeys.OrientationNames,
229
PrintSchemaTags
.Keywords.PageOrientationKeys.OrientationEnums)
250
return (PageOrientation)this[
PrintSchemaTags
.Framework.OptionNameProperty];
260
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOutputColor.cs (9)
129
PrintSchemaTags
.Keywords.PageOutputColorKeys.ColorNames,
130
PrintSchemaTags
.Keywords.PageOutputColorKeys.ColorEnums,
192
return
PrintSchemaTags
.Keywords.PageOutputColorKeys.Self;
226
this._featureName =
PrintSchemaTags
.Keywords.PageOutputColorKeys.Self;
230
PrintSchemaTags
.Framework.OptionNameProperty,
232
PrintSchemaTags
.Keywords.PageOutputColorKeys.ColorNames,
233
PrintSchemaTags
.Keywords.PageOutputColorKeys.ColorEnums),
254
return (OutputColor)this[
PrintSchemaTags
.Framework.OptionNameProperty];
264
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOutputQuality.cs (9)
128
PrintSchemaTags
.Keywords.PageOutputQualityKeys.OutputQualityNames,
129
PrintSchemaTags
.Keywords.PageOutputQualityKeys.OutputQualityEnums,
190
return
PrintSchemaTags
.Keywords.PageOutputQualityKeys.Self;
224
this._featureName =
PrintSchemaTags
.Keywords.PageOutputQualityKeys.Self;
228
PrintSchemaTags
.Framework.OptionNameProperty,
230
PrintSchemaTags
.Keywords.PageOutputQualityKeys.OutputQualityNames,
231
PrintSchemaTags
.Keywords.PageOutputQualityKeys.OutputQualityEnums)
252
return (OutputQuality)this[
PrintSchemaTags
.Framework.OptionNameProperty];
262
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageResolution.cs (18)
202
if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageResolutionKeys.ResolutionX)
221
else if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageResolutionKeys.ResolutionY)
240
else if (reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageResolutionKeys.QualitativeResolution)
245
PrintSchemaTags
.Keywords.PageResolutionKeys.QualityNames,
246
PrintSchemaTags
.Keywords.PageResolutionKeys.QualityEnums,
284
return
PrintSchemaTags
.Keywords.PageResolutionKeys.Self;
317
this._featureName =
PrintSchemaTags
.Keywords.PageResolutionKeys.Self;
321
PrintSchemaTags
.Keywords.PageResolutionKeys.ResolutionX,
324
PrintSchemaTags
.Keywords.PageResolutionKeys.ResolutionY,
327
PrintSchemaTags
.Keywords.PageResolutionKeys.QualitativeResolution,
329
PrintSchemaTags
.Keywords.PageResolutionKeys.QualityNames,
330
PrintSchemaTags
.Keywords.PageResolutionKeys.QualityEnums),
351
return this[
PrintSchemaTags
.Keywords.PageResolutionKeys.ResolutionX];
361
this[
PrintSchemaTags
.Keywords.PageResolutionKeys.ResolutionX] = value;
378
return this[
PrintSchemaTags
.Keywords.PageResolutionKeys.ResolutionY];
388
this[
PrintSchemaTags
.Keywords.PageResolutionKeys.ResolutionY] = value;
405
return (PageQualitativeResolution)this[
PrintSchemaTags
.Keywords.PageResolutionKeys.QualitativeResolution];
415
this[
PrintSchemaTags
.Keywords.PageResolutionKeys.QualitativeResolution] = (int)value;
PrintConfig\PageScaling.cs (31)
192
PrintSchemaTags
.Keywords.PageScalingKeys.ScalingNames,
193
PrintSchemaTags
.Keywords.PageScalingKeys.ScalingEnums,
297
if ( (sPropertyName ==
PrintSchemaTags
.Keywords.PageScalingKeys.CustomScaleWidth) ||
298
(sPropertyName ==
PrintSchemaTags
.Keywords.PageScalingKeys.CustomScaleHeight) ||
299
(sPropertyName ==
PrintSchemaTags
.Keywords.PageScalingKeys.CustomSquareScale) )
306
if ( (sPropertyName ==
PrintSchemaTags
.Keywords.PageScalingKeys.CustomScaleWidth) &&
307
(paramRefName ==
PrintSchemaTags
.Keywords.ParameterDefs.PageScalingScaleWidth) )
314
else if ( (sPropertyName ==
PrintSchemaTags
.Keywords.PageScalingKeys.CustomScaleHeight) &&
315
(paramRefName ==
PrintSchemaTags
.Keywords.ParameterDefs.PageScalingScaleHeight) )
322
else if ( (sPropertyName ==
PrintSchemaTags
.Keywords.PageScalingKeys.CustomSquareScale) &&
323
(paramRefName ==
PrintSchemaTags
.Keywords.ParameterDefs.PageSquareScalingScale) )
384
return
PrintSchemaTags
.Keywords.PageScalingKeys.Self;
417
this._featureName =
PrintSchemaTags
.Keywords.PageScalingKeys.Self;
421
PrintSchemaTags
.Framework.OptionNameProperty,
423
PrintSchemaTags
.Keywords.PageScalingKeys.ScalingNames,
424
PrintSchemaTags
.Keywords.PageScalingKeys.ScalingEnums),
426
PrintSchemaTags
.Keywords.PageScalingKeys.CustomScaleWidth,
428
PrintSchemaTags
.Keywords.PageScalingKeys.CustomScaleWidth,
429
PrintSchemaTags
.Keywords.ParameterDefs.PageScalingScaleWidth),
431
PrintSchemaTags
.Keywords.PageScalingKeys.CustomScaleHeight,
433
PrintSchemaTags
.Keywords.PageScalingKeys.CustomScaleHeight,
434
PrintSchemaTags
.Keywords.ParameterDefs.PageScalingScaleHeight),
436
PrintSchemaTags
.Keywords.PageScalingKeys.CustomSquareScale,
438
PrintSchemaTags
.Keywords.PageScalingKeys.CustomSquareScale,
439
PrintSchemaTags
.Keywords.ParameterDefs.PageSquareScalingScale),
458
return (PageScaling)this[
PrintSchemaTags
.Framework.OptionNameProperty];
476
return this[
PrintSchemaTags
.Keywords.PageScalingKeys.CustomScaleWidth];
494
return this[
PrintSchemaTags
.Keywords.PageScalingKeys.CustomScaleHeight];
512
return this[
PrintSchemaTags
.Keywords.PageScalingKeys.CustomSquareScale];
540
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)PageScaling.CustomSquare;
542
this[
PrintSchemaTags
.Keywords.PageScalingKeys.CustomSquareScale] = squareScale;
PrintConfig\PageTrueTypeFont.cs (9)
127
PrintSchemaTags
.Keywords.PageTrueTypeFontModeKeys.ModeNames,
128
PrintSchemaTags
.Keywords.PageTrueTypeFontModeKeys.ModeEnums,
189
return
PrintSchemaTags
.Keywords.PageTrueTypeFontModeKeys.Self;
224
this._featureName =
PrintSchemaTags
.Keywords.PageTrueTypeFontModeKeys.Self;
228
PrintSchemaTags
.Framework.OptionNameProperty,
230
PrintSchemaTags
.Keywords.PageTrueTypeFontModeKeys.ModeNames,
231
PrintSchemaTags
.Keywords.PageTrueTypeFontModeKeys.ModeEnums)
252
return (TrueTypeFontMode)this[
PrintSchemaTags
.Framework.OptionNameProperty];
262
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\PhotoPrintingIntent.cs (9)
126
PrintSchemaTags
.Keywords.PagePhotoPrintingIntentKeys.PhotoIntentNames,
127
PrintSchemaTags
.Keywords.PagePhotoPrintingIntentKeys.PhotoIntentEnums,
188
return
PrintSchemaTags
.Keywords.PagePhotoPrintingIntentKeys.Self;
222
this._featureName =
PrintSchemaTags
.Keywords.PagePhotoPrintingIntentKeys.Self;
226
PrintSchemaTags
.Framework.OptionNameProperty,
228
PrintSchemaTags
.Keywords.PagePhotoPrintingIntentKeys.PhotoIntentNames,
229
PrintSchemaTags
.Keywords.PagePhotoPrintingIntentKeys.PhotoIntentEnums)
250
return (PhotoPrintingIntent)this[
PrintSchemaTags
.Framework.OptionNameProperty];
260
this[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)value;
PrintConfig\PrintCapabilitesWriter.cs (19)
73
this._writer.WriteStartElement(PrintSchemaPrefixes.Framework,
PrintSchemaTags
.Framework.PrintCapRoot, PrintSchemaNamespaces.Framework);
648
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.Feature, PrintSchemaNamespaces.Framework);
649
WriteQNameAttribute(null,
PrintSchemaTags
.Framework.NameAttr, featureNamespace, featureName);
662
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.ParameterDef, PrintSchemaNamespaces.Framework);
663
WriteQNameAttribute(null,
PrintSchemaTags
.Framework.NameAttr, paramDefNamespace, paramDefName);
674
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.Option, PrintSchemaNamespaces.Framework);
677
WriteQNameAttribute(null,
PrintSchemaTags
.Framework.NameAttr, optionNamespace, optionName);
686
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.Option, PrintSchemaNamespaces.Framework);
689
WriteQNameAttribute(null,
PrintSchemaTags
.Framework.NameAttr, optionNamespace, optionName);
753
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.Property, PrintSchemaNamespaces.Framework);
754
WriteQNameAttribute(null,
PrintSchemaTags
.Framework.NameAttr, propertyNamespace, propertyName);
764
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.ScoredProperty, PrintSchemaNamespaces.Framework);
765
WriteQNameAttribute(null,
PrintSchemaTags
.Framework.NameAttr, propertyNamespace, propertyName);
775
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.Value, PrintSchemaNamespaces.Framework);
785
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.Value, PrintSchemaNamespaces.Framework);
795
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.ParameterRef, PrintSchemaNamespaces.Framework);
797
WriteQNameAttribute(null,
PrintSchemaTags
.Framework.NameAttr, parameterNamespace, parameterName);
804
this._writer.WriteStartElement(
PrintSchemaTags
.Framework.ParameterInit, PrintSchemaNamespaces.Framework);
806
WriteQNameAttribute(null,
PrintSchemaTags
.Framework.NameAttr, parameterNamespace, parameterName);
PrintConfig\PrintSchema.cs (3)
1969
"<" + PrintSchemaPrefixes.Framework + ":" +
PrintSchemaTags
.Framework.PrintTicketRoot +
1975
"</" + PrintSchemaPrefixes.Framework + ":" +
PrintSchemaTags
.Framework.PrintTicketRoot + ">";
2290
public static int SchemaNameToEnumValueWithMap(
PrintSchemaTags
.MapEntry[] map,
PrintConfig\PrintSchemaShim.cs (3)
132
XmlElement parameterInitElem = ticket.XmlDoc.CreateElement(PrintSchemaPrefixes.Framework,
PrintSchemaTags
.Framework.ParameterInit, PrintSchemaNamespaces.Framework);
140
XmlElement valueElem = ticket.XmlDoc.CreateElement(PrintSchemaPrefixes.Framework,
PrintSchemaTags
.Framework.Value, PrintSchemaNamespaces.Framework);
1067
ticket.PageScaling[
PrintSchemaTags
.Framework.OptionNameProperty] = (int)PageScaling.None;
PrintConfig\PrtCap_Base.cs (3)
313
if (reader.CurrentElementPSFNameAttrValue ==
PrintSchemaTags
.Keywords.ParameterProps.DefaultValue)
332
else if (reader.CurrentElementPSFNameAttrValue ==
PrintSchemaTags
.Keywords.ParameterProps.MaxValue)
351
else if (reader.CurrentElementPSFNameAttrValue ==
PrintSchemaTags
.Keywords.ParameterProps.MinValue)
PrintConfig\PrtCap_Builder.cs (29)
358
if (_reader.CurrentElementNameAttrValue ==
PrintSchemaTags
.Keywords.PageImageableSizeKeys.Self)
386
isSubFeature ?
PrintSchemaTags
.Keywords.SubFeatureMapTable :
387
PrintSchemaTags
.Keywords.FeatureMapTable,
401
PrintSchemaTags
.Keywords.GlobalParameterMapTable,
407
PrintSchemaTags
.Keywords.LocalParameterMapTable,
564
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.CollateKeys.DocumentCollate,
567
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.DuplexKeys.JobDuplex,
570
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.NUpKeys.JobNUp,
573
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.StapleKeys.JobStaple,
576
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.PageDeviceFontSubstitutionKeys.Self,
579
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.PageMediaSizeKeys.Self,
582
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.PageMediaTypeKeys.Self,
585
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.PageOrientationKeys.Self,
588
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.PageOutputColorKeys.Self,
591
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.PageResolutionKeys.Self,
594
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.PageScalingKeys.Self,
597
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.PageTrueTypeFontModeKeys.Self,
600
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.JobPageOrderKeys.Self,
603
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.PagePhotoPrintingIntentKeys.Self,
606
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.PageBorderlessKeys.Self,
609
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.PageOutputQualityKeys.Self,
612
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.InputBinKeys.JobInputBin,
615
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.InputBinKeys.DocumentInputBin,
618
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.InputBinKeys.PageInputBin,
624
new FeatureHandlersTableEntry(
PrintSchemaTags
.Keywords.NUpKeys.PresentationDirection,
630
new ParamDefHandlersTableEntry(
PrintSchemaTags
.Keywords.ParameterDefs.JobCopyCount,
637
new ParamDefHandlersTableEntry(
PrintSchemaTags
.Keywords.ParameterDefs.PageScalingScaleWidth,
640
new ParamDefHandlersTableEntry(
PrintSchemaTags
.Keywords.ParameterDefs.PageScalingScaleHeight,
643
new ParamDefHandlersTableEntry(
PrintSchemaTags
.Keywords.ParameterDefs.PageSquareScalingScale,
PrintConfig\PrtCap_Public.cs (2)
466
PrintSchemaTags
.Framework.PrintCapRoot,
506
PrintSchemaTags
.Framework.ParameterDef,
PrintConfig\PrtCap_Reader.cs (9)
54
(_xmlReader.LocalName !=
PrintSchemaTags
.Framework.PrintCapRoot) ||
72
string version = _xmlReader.GetAttribute(
PrintSchemaTags
.Framework.RootVersionAttr,
79
PrintSchemaTags
.Framework.RootVersionAttr));
93
PrintSchemaTags
.Framework.RootVersionAttr,
98
if (versionNum !=
PrintSchemaTags
.Framework.SchemaVersion)
157
PrintSchemaTags
.Framework.NodeTypeMapTable,
199
string QName = _xmlReader.GetAttribute(
PrintSchemaTags
.Framework.NameAttr,
299
PrintSchemaTags
.Framework.Value,
373
PrintSchemaTags
.Framework.ParameterRef,
PrintConfig\PrtTicket_Base.cs (32)
91
PrintSchemaTags
.Framework.Feature,
103
PrintSchemaTags
.Framework.ParameterInit,
191
if (propertyName ==
PrintSchemaTags
.Framework.OptionNameProperty)
319
if (propertyName ==
PrintSchemaTags
.Framework.OptionNameProperty)
415
PrintSchemaTags
.Framework.Feature,
437
PrintSchemaTags
.Framework.Feature,
457
string optionName = optionNode.GetAttribute(
PrintSchemaTags
.Framework.NameAttr,
500
PrintSchemaTags
.Framework.Option,
504
optionNode.SetAttribute(
PrintSchemaTags
.Framework.NameAttr,
571
PrintSchemaTags
.Framework.Option,
579
PrintSchemaTags
.Framework.ScoredProperty,
584
PrintSchemaTags
.Framework.ScoredProperty,
589
PrintSchemaTags
.Framework.Value,
650
PrintSchemaTags
.Framework.Option,
658
PrintSchemaTags
.Framework.ScoredProperty,
663
PrintSchemaTags
.Framework.ScoredProperty,
668
PrintSchemaTags
.Framework.Value,
697
PrintSchemaTags
.Framework.ScoredProperty,
706
PrintSchemaTags
.Framework.ParameterRef,
712
string fullRefName = refNode.GetAttribute(
PrintSchemaTags
.Framework.NameAttr,
748
PrintSchemaTags
.Framework.Option,
756
PrintSchemaTags
.Framework.ScoredProperty,
761
PrintSchemaTags
.Framework.ScoredProperty,
766
PrintSchemaTags
.Framework.ParameterRef,
779
PrintSchemaTags
.Framework.Option,
817
PrintSchemaTags
.Framework.ScoredProperty,
826
PrintSchemaTags
.Framework.Value,
999
_parameterNodeTagName =
PrintSchemaTags
.Framework.ParameterInit;
1003
_parameterNodeTagName =
PrintSchemaTags
.Framework.Property;
1298
PrintSchemaTags
.Framework.Value,
1340
PrintSchemaTags
.Framework.Value,
1345
PrintSchemaTags
.Framework.Value,
PrintConfig\PrtTicket_Editor.cs (13)
50
(root.LocalName !=
PrintSchemaTags
.Framework.PrintTicketRoot))
58
string version = root.GetAttribute(
PrintSchemaTags
.Framework.RootVersionAttr,
68
PrintSchemaTags
.Framework.RootVersionAttr));
81
PrintSchemaTags
.Framework.RootVersionAttr,
87
if (versionNum !=
PrintSchemaTags
.Framework.SchemaVersion)
109
((rootChild.LocalName !=
PrintSchemaTags
.Framework.Feature) &&
110
(rootChild.LocalName !=
PrintSchemaTags
.Framework.ParameterInit) &&
111
(rootChild.LocalName !=
PrintSchemaTags
.Framework.Property)))
118
string childName = ((XmlElement)rootChild).GetAttribute(
PrintSchemaTags
.Framework.NameAttr,
127
PrintSchemaTags
.Framework.NameAttr));
274
PrintSchemaTags
.Framework.NameAttr,
338
PrintSchemaTags
.Framework.NameAttr,
370
newNode.SetAttribute(
PrintSchemaTags
.Framework.NameAttr,
PrintConfig\PrtTicket_Public.cs (2)
51
_xmlDoc.LoadXml(
PrintSchemaTags
.Framework.EmptyPrintTicket);
532
PrintSchemaTags
.Framework.PrintTicketRoot,
PrintConfig\PTProvider.cs (3)
243
PrintSchemaTags
.Framework.PrintTicketRoot,
348
PrintSchemaTags
.Framework.PrintTicketRoot,
509
PrintSchemaTags
.Framework.PrintTicketRoot,