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