26 writes to
ReachFramework (26)
PrintConfig\DocumentNUp.cs (2)
522this[PrintSchemaTags.Keywords.NUpKeys.PagesPerSheet] = value; 634this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobCollate.cs (1)
282this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobDuplex.cs (1)
280this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobInputBins.cs (1)
363this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobPageOrder.cs (1)
254this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobStaple.cs (1)
285this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageBorderless.cs (1)
255this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageDeviceFont.cs (1)
256this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageMediaSize.cs (5)
476this[PrintSchemaTags.Keywords.PageMediaSizeKeys.MediaSizeWidth] = 482this[PrintSchemaTags.Keywords.PageMediaSizeKeys.MediaSizeHeight] = 574this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value; 579this[PrintSchemaTags.Keywords.PageMediaSizeKeys.MediaSizeWidth] = 581this[PrintSchemaTags.Keywords.PageMediaSizeKeys.MediaSizeHeight] =
PrintConfig\PageMediaType.cs (1)
257this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOrientation.cs (1)
254this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOutputColor.cs (1)
257this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOutputQuality.cs (1)
256this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageResolution.cs (3)
355this[PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionX] = value; 382this[PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionY] = value; 409this[PrintSchemaTags.Keywords.PageResolutionKeys.QualitativeResolution] = (int)value;
PrintConfig\PageScaling.cs (2)
533this[PrintSchemaTags.Framework.OptionNameProperty] = (int)PageScaling.CustomSquare; 535this[PrintSchemaTags.Keywords.PageScalingKeys.CustomSquareScale] = squareScale;
PrintConfig\PageTrueTypeFont.cs (1)
256this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PhotoPrintingIntent.cs (1)
254this[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)
512return this[PrintSchemaTags.Keywords.NUpKeys.PagesPerSheet]; 624return (PagesPerSheetDirection)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\JobCollate.cs (1)
272return (Collation)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\JobDuplex.cs (1)
270return (Duplexing)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\JobInputBins.cs (1)
353return (InputBin)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\JobPageOrder.cs (1)
244return (PageOrder)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\JobStaple.cs (1)
275return (Stapling)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PageBorderless.cs (1)
245return (PageBorderless)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PageDeviceFont.cs (1)
246return (DeviceFontSubstitution)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PageMediaSize.cs (5)
373return (PageMediaSizeName)this[PrintSchemaTags.Framework.OptionNameProperty]; 390micronValue = this[PrintSchemaTags.Keywords.PageMediaSizeKeys.MediaSizeWidth]; 404micronValue = this[PrintSchemaTags.Keywords.PageMediaSizeKeys.CustomMediaSizeWidth]; 425micronValue = this[PrintSchemaTags.Keywords.PageMediaSizeKeys.MediaSizeHeight]; 439micronValue = this[PrintSchemaTags.Keywords.PageMediaSizeKeys.CustomMediaSizeHeight];
PrintConfig\PageMediaType.cs (1)
247return (PageMediaType)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PageOrientation.cs (1)
244return (PageOrientation)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PageOutputColor.cs (1)
247return (OutputColor)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PageOutputQuality.cs (1)
246return (OutputQuality)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PageResolution.cs (3)
345return this[PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionX]; 372return this[PrintSchemaTags.Keywords.PageResolutionKeys.ResolutionY]; 399return (PageQualitativeResolution)this[PrintSchemaTags.Keywords.PageResolutionKeys.QualitativeResolution];
PrintConfig\PageScaling.cs (4)
451return (PageScaling)this[PrintSchemaTags.Framework.OptionNameProperty]; 469return this[PrintSchemaTags.Keywords.PageScalingKeys.CustomScaleWidth]; 487return this[PrintSchemaTags.Keywords.PageScalingKeys.CustomScaleHeight]; 505return this[PrintSchemaTags.Keywords.PageScalingKeys.CustomSquareScale];
PrintConfig\PageTrueTypeFont.cs (1)
246return (TrueTypeFontMode)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PhotoPrintingIntent.cs (1)
244return (PhotoPrintingIntent)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PrtTicket_Base.cs (1)
254if (this[propertyName] == value)