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