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