26 writes to
ReachFramework (26)
PrintConfig\DocumentNUp.cs (2)
523this[PrintSchemaTags.Keywords.NUpKeys.PagesPerSheet] = value; 636this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobCollate.cs (1)
284this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobDuplex.cs (1)
282this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobInputBins.cs (1)
369this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobPageOrder.cs (1)
256this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobStaple.cs (1)
287this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageBorderless.cs (1)
257this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageDeviceFont.cs (1)
258this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageMediaSize.cs (5)
475this[PrintSchemaTags.Keywords.PageMediaSizeKeys.MediaSizeWidth] = 481this[PrintSchemaTags.Keywords.PageMediaSizeKeys.MediaSizeHeight] = 573this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value; 578this[PrintSchemaTags.Keywords.PageMediaSizeKeys.MediaSizeWidth] = 580this[PrintSchemaTags.Keywords.PageMediaSizeKeys.MediaSizeHeight] =
PrintConfig\PageMediaType.cs (1)
259this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOrientation.cs (1)
256this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOutputColor.cs (1)
259this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOutputQuality.cs (1)
258this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageResolution.cs (3)
353this[PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionX] = value; 380this[PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionY] = value; 407this[PrintSchemaTags.Keywords.PageResolutionKeys.QualitativeResolution] = (int)value;
PrintConfig\PageScaling.cs (2)
532this[PrintSchemaTags.Framework.OptionNameProperty] = (int)PageScaling.CustomSquare; 534this[PrintSchemaTags.Keywords.PageScalingKeys.CustomSquareScale] = squareScale;
PrintConfig\PageTrueTypeFont.cs (1)
258this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PhotoPrintingIntent.cs (1)
256this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PrintSchemaShim.cs (1)
1063ticket.PageScaling[PrintSchemaTags.Framework.OptionNameProperty] = (int)PageScaling.None;
28 references to
ReachFramework (28)
PrintConfig\DocumentNUp.cs (2)
513return this[PrintSchemaTags.Keywords.NUpKeys.PagesPerSheet]; 626return (PagesPerSheetDirection)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\JobCollate.cs (1)
274return (Collation)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\JobDuplex.cs (1)
272return (Duplexing)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\JobInputBins.cs (1)
359return (InputBin)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\JobPageOrder.cs (1)
246return (PageOrder)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\JobStaple.cs (1)
277return (Stapling)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PageBorderless.cs (1)
247return (PageBorderless)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PageDeviceFont.cs (1)
248return (DeviceFontSubstitution)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PageMediaSize.cs (5)
372return (PageMediaSizeName)this[PrintSchemaTags.Framework.OptionNameProperty]; 389micronValue = this[PrintSchemaTags.Keywords.PageMediaSizeKeys.MediaSizeWidth]; 403micronValue = this[PrintSchemaTags.Keywords.PageMediaSizeKeys.CustomMediaSizeWidth]; 424micronValue = this[PrintSchemaTags.Keywords.PageMediaSizeKeys.MediaSizeHeight]; 438micronValue = this[PrintSchemaTags.Keywords.PageMediaSizeKeys.CustomMediaSizeHeight];
PrintConfig\PageMediaType.cs (1)
249return (PageMediaType)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PageOrientation.cs (1)
246return (PageOrientation)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PageOutputColor.cs (1)
249return (OutputColor)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PageOutputQuality.cs (1)
248return (OutputQuality)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PageResolution.cs (3)
343return this[PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionX]; 370return this[PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionY]; 397return (PageQualitativeResolution)this[PrintSchemaTags.Keywords.PageResolutionKeys.QualitativeResolution];
PrintConfig\PageScaling.cs (4)
450return (PageScaling)this[PrintSchemaTags.Framework.OptionNameProperty]; 468return this[PrintSchemaTags.Keywords.PageScalingKeys.CustomScaleWidth]; 486return this[PrintSchemaTags.Keywords.PageScalingKeys.CustomScaleHeight]; 504return this[PrintSchemaTags.Keywords.PageScalingKeys.CustomSquareScale];
PrintConfig\PageTrueTypeFont.cs (1)
248return (TrueTypeFontMode)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PhotoPrintingIntent.cs (1)
246return (PhotoPrintingIntent)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PrtTicket_Base.cs (1)
252if (this[propertyName] == value)