26 writes to
ReachFramework (26)
PrintConfig\DocumentNUp.cs (2)
522this[PrintSchemaTags.Keywords.NUpKeys.PagesPerSheet] = value; 635this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobCollate.cs (1)
283this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobDuplex.cs (1)
281this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobInputBins.cs (1)
368this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobPageOrder.cs (1)
255this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobStaple.cs (1)
286this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageBorderless.cs (1)
256this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageDeviceFont.cs (1)
257this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageMediaSize.cs (5)
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 (1)
258this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOrientation.cs (1)
255this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOutputColor.cs (1)
258this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOutputQuality.cs (1)
257this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageResolution.cs (3)
352this[PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionX] = value; 379this[PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionY] = value; 406this[PrintSchemaTags.Keywords.PageResolutionKeys.QualitativeResolution] = (int)value;
PrintConfig\PageScaling.cs (2)
531this[PrintSchemaTags.Framework.OptionNameProperty] = (int)PageScaling.CustomSquare; 533this[PrintSchemaTags.Keywords.PageScalingKeys.CustomSquareScale] = squareScale;
PrintConfig\PageTrueTypeFont.cs (1)
257this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PhotoPrintingIntent.cs (1)
255this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PrintSchemaShim.cs (1)
1062ticket.PageScaling[PrintSchemaTags.Framework.OptionNameProperty] = (int)PageScaling.None;
28 references to
ReachFramework (28)
PrintConfig\DocumentNUp.cs (2)
512return this[PrintSchemaTags.Keywords.NUpKeys.PagesPerSheet]; 625return (PagesPerSheetDirection)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\JobCollate.cs (1)
273return (Collation)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\JobDuplex.cs (1)
271return (Duplexing)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\JobInputBins.cs (1)
358return (InputBin)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\JobPageOrder.cs (1)
245return (PageOrder)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\JobStaple.cs (1)
276return (Stapling)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PageBorderless.cs (1)
246return (PageBorderless)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PageDeviceFont.cs (1)
247return (DeviceFontSubstitution)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PageMediaSize.cs (5)
371return (PageMediaSizeName)this[PrintSchemaTags.Framework.OptionNameProperty]; 388micronValue = this[PrintSchemaTags.Keywords.PageMediaSizeKeys.MediaSizeWidth]; 402micronValue = this[PrintSchemaTags.Keywords.PageMediaSizeKeys.CustomMediaSizeWidth]; 423micronValue = this[PrintSchemaTags.Keywords.PageMediaSizeKeys.MediaSizeHeight]; 437micronValue = this[PrintSchemaTags.Keywords.PageMediaSizeKeys.CustomMediaSizeHeight];
PrintConfig\PageMediaType.cs (1)
248return (PageMediaType)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PageOrientation.cs (1)
245return (PageOrientation)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PageOutputColor.cs (1)
248return (OutputColor)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PageOutputQuality.cs (1)
247return (OutputQuality)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PageResolution.cs (3)
342return this[PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionX]; 369return this[PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionY]; 396return (PageQualitativeResolution)this[PrintSchemaTags.Keywords.PageResolutionKeys.QualitativeResolution];
PrintConfig\PageScaling.cs (4)
449return (PageScaling)this[PrintSchemaTags.Framework.OptionNameProperty]; 467return this[PrintSchemaTags.Keywords.PageScalingKeys.CustomScaleWidth]; 485return this[PrintSchemaTags.Keywords.PageScalingKeys.CustomScaleHeight]; 503return this[PrintSchemaTags.Keywords.PageScalingKeys.CustomSquareScale];
PrintConfig\PageTrueTypeFont.cs (1)
247return (TrueTypeFontMode)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PhotoPrintingIntent.cs (1)
245return (PhotoPrintingIntent)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PrtTicket_Base.cs (1)
251if (this[propertyName] == value)