26 writes to
ReachFramework (26)
PrintConfig\DocumentNUp.cs (2)
528this[PrintSchemaTags.Keywords.NUpKeys.PagesPerSheet] = value; 640this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobCollate.cs (1)
288this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobDuplex.cs (1)
286this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobInputBins.cs (1)
370this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobPageOrder.cs (1)
260this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobStaple.cs (1)
292this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageBorderless.cs (1)
261this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageDeviceFont.cs (1)
262this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageMediaSize.cs (5)
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 (1)
264this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOrientation.cs (1)
260this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOutputColor.cs (1)
264this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOutputQuality.cs (1)
262this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageResolution.cs (3)
361this[PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionX] = value; 388this[PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionY] = value; 415this[PrintSchemaTags.Keywords.PageResolutionKeys.QualitativeResolution] = (int)value;
PrintConfig\PageScaling.cs (2)
540this[PrintSchemaTags.Framework.OptionNameProperty] = (int)PageScaling.CustomSquare; 542this[PrintSchemaTags.Keywords.PageScalingKeys.CustomSquareScale] = squareScale;
PrintConfig\PageTrueTypeFont.cs (1)
262this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PhotoPrintingIntent.cs (1)
260this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PrintSchemaShim.cs (1)
1067ticket.PageScaling[PrintSchemaTags.Framework.OptionNameProperty] = (int)PageScaling.None;
28 references to
ReachFramework (28)
PrintConfig\DocumentNUp.cs (2)
518return this[PrintSchemaTags.Keywords.NUpKeys.PagesPerSheet]; 630return (PagesPerSheetDirection)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\JobCollate.cs (1)
278return (Collation)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\JobDuplex.cs (1)
276return (Duplexing)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\JobInputBins.cs (1)
360return (InputBin)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\JobPageOrder.cs (1)
250return (PageOrder)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\JobStaple.cs (1)
282return (Stapling)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PageBorderless.cs (1)
251return (PageBorderless)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PageDeviceFont.cs (1)
252return (DeviceFontSubstitution)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PageMediaSize.cs (5)
379return (PageMediaSizeName)this[PrintSchemaTags.Framework.OptionNameProperty]; 396micronValue = this[PrintSchemaTags.Keywords.PageMediaSizeKeys.MediaSizeWidth]; 410micronValue = this[PrintSchemaTags.Keywords.PageMediaSizeKeys.CustomMediaSizeWidth]; 431micronValue = this[PrintSchemaTags.Keywords.PageMediaSizeKeys.MediaSizeHeight]; 445micronValue = this[PrintSchemaTags.Keywords.PageMediaSizeKeys.CustomMediaSizeHeight];
PrintConfig\PageMediaType.cs (1)
254return (PageMediaType)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PageOrientation.cs (1)
250return (PageOrientation)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PageOutputColor.cs (1)
254return (OutputColor)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PageOutputQuality.cs (1)
252return (OutputQuality)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PageResolution.cs (3)
351return this[PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionX]; 378return this[PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionY]; 405return (PageQualitativeResolution)this[PrintSchemaTags.Keywords.PageResolutionKeys.QualitativeResolution];
PrintConfig\PageScaling.cs (4)
458return (PageScaling)this[PrintSchemaTags.Framework.OptionNameProperty]; 476return this[PrintSchemaTags.Keywords.PageScalingKeys.CustomScaleWidth]; 494return this[PrintSchemaTags.Keywords.PageScalingKeys.CustomScaleHeight]; 512return this[PrintSchemaTags.Keywords.PageScalingKeys.CustomSquareScale];
PrintConfig\PageTrueTypeFont.cs (1)
252return (TrueTypeFontMode)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PhotoPrintingIntent.cs (1)
250return (PhotoPrintingIntent)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PrtTicket_Base.cs (1)
262if (this[propertyName] == value)