51 references to OptionNameProperty
ReachFramework (51)
PrintConfig\DocumentNUp.cs (3)
606PrintSchemaTags.Framework.OptionNameProperty, 630return (PagesPerSheetDirection)this[PrintSchemaTags.Framework.OptionNameProperty]; 640this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobCollate.cs (3)
254PrintSchemaTags.Framework.OptionNameProperty, 278return (Collation)this[PrintSchemaTags.Framework.OptionNameProperty]; 288this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobDuplex.cs (3)
252PrintSchemaTags.Framework.OptionNameProperty, 276return (Duplexing)this[PrintSchemaTags.Framework.OptionNameProperty]; 286this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobInputBins.cs (3)
336PrintSchemaTags.Framework.OptionNameProperty, 360return (InputBin)this[PrintSchemaTags.Framework.OptionNameProperty]; 370this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobPageOrder.cs (3)
226PrintSchemaTags.Framework.OptionNameProperty, 250return (PageOrder)this[PrintSchemaTags.Framework.OptionNameProperty]; 260this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobStaple.cs (3)
258PrintSchemaTags.Framework.OptionNameProperty, 282return (Stapling)this[PrintSchemaTags.Framework.OptionNameProperty]; 292this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageBorderless.cs (3)
227PrintSchemaTags.Framework.OptionNameProperty, 251return (PageBorderless)this[PrintSchemaTags.Framework.OptionNameProperty]; 261this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageDeviceFont.cs (3)
228PrintSchemaTags.Framework.OptionNameProperty, 252return (DeviceFontSubstitution)this[PrintSchemaTags.Framework.OptionNameProperty]; 262this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageMediaSize.cs (3)
337PrintSchemaTags.Framework.OptionNameProperty, 379return (PageMediaSizeName)this[PrintSchemaTags.Framework.OptionNameProperty]; 580this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageMediaType.cs (3)
230PrintSchemaTags.Framework.OptionNameProperty, 254return (PageMediaType)this[PrintSchemaTags.Framework.OptionNameProperty]; 264this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOrientation.cs (3)
226PrintSchemaTags.Framework.OptionNameProperty, 250return (PageOrientation)this[PrintSchemaTags.Framework.OptionNameProperty]; 260this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOutputColor.cs (3)
230PrintSchemaTags.Framework.OptionNameProperty, 254return (OutputColor)this[PrintSchemaTags.Framework.OptionNameProperty]; 264this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOutputQuality.cs (3)
228PrintSchemaTags.Framework.OptionNameProperty, 252return (OutputQuality)this[PrintSchemaTags.Framework.OptionNameProperty]; 262this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageScaling.cs (3)
421PrintSchemaTags.Framework.OptionNameProperty, 458return (PageScaling)this[PrintSchemaTags.Framework.OptionNameProperty]; 540this[PrintSchemaTags.Framework.OptionNameProperty] = (int)PageScaling.CustomSquare;
PrintConfig\PageTrueTypeFont.cs (3)
228PrintSchemaTags.Framework.OptionNameProperty, 252return (TrueTypeFontMode)this[PrintSchemaTags.Framework.OptionNameProperty]; 262this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PhotoPrintingIntent.cs (3)
226PrintSchemaTags.Framework.OptionNameProperty, 250return (PhotoPrintingIntent)this[PrintSchemaTags.Framework.OptionNameProperty]; 260this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PrintSchemaShim.cs (1)
1067ticket.PageScaling[PrintSchemaTags.Framework.OptionNameProperty] = (int)PageScaling.None;
PrintConfig\PrtTicket_Base.cs (2)
191if (propertyName == PrintSchemaTags.Framework.OptionNameProperty) 319if (propertyName == PrintSchemaTags.Framework.OptionNameProperty)