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