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