51 references to OptionNameProperty
ReachFramework (51)
PrintConfig\DocumentNUp.cs (3)
602PrintSchemaTags.Framework.OptionNameProperty, 626return (PagesPerSheetDirection)this[PrintSchemaTags.Framework.OptionNameProperty]; 636this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobCollate.cs (3)
250PrintSchemaTags.Framework.OptionNameProperty, 274return (Collation)this[PrintSchemaTags.Framework.OptionNameProperty]; 284this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobDuplex.cs (3)
248PrintSchemaTags.Framework.OptionNameProperty, 272return (Duplexing)this[PrintSchemaTags.Framework.OptionNameProperty]; 282this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobInputBins.cs (3)
335PrintSchemaTags.Framework.OptionNameProperty, 359return (InputBin)this[PrintSchemaTags.Framework.OptionNameProperty]; 369this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobPageOrder.cs (3)
222PrintSchemaTags.Framework.OptionNameProperty, 246return (PageOrder)this[PrintSchemaTags.Framework.OptionNameProperty]; 256this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobStaple.cs (3)
253PrintSchemaTags.Framework.OptionNameProperty, 277return (Stapling)this[PrintSchemaTags.Framework.OptionNameProperty]; 287this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageBorderless.cs (3)
223PrintSchemaTags.Framework.OptionNameProperty, 247return (PageBorderless)this[PrintSchemaTags.Framework.OptionNameProperty]; 257this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageDeviceFont.cs (3)
224PrintSchemaTags.Framework.OptionNameProperty, 248return (DeviceFontSubstitution)this[PrintSchemaTags.Framework.OptionNameProperty]; 258this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageMediaSize.cs (3)
330PrintSchemaTags.Framework.OptionNameProperty, 372return (PageMediaSizeName)this[PrintSchemaTags.Framework.OptionNameProperty]; 573this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageMediaType.cs (3)
225PrintSchemaTags.Framework.OptionNameProperty, 249return (PageMediaType)this[PrintSchemaTags.Framework.OptionNameProperty]; 259this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOrientation.cs (3)
222PrintSchemaTags.Framework.OptionNameProperty, 246return (PageOrientation)this[PrintSchemaTags.Framework.OptionNameProperty]; 256this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOutputColor.cs (3)
225PrintSchemaTags.Framework.OptionNameProperty, 249return (OutputColor)this[PrintSchemaTags.Framework.OptionNameProperty]; 259this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOutputQuality.cs (3)
224PrintSchemaTags.Framework.OptionNameProperty, 248return (OutputQuality)this[PrintSchemaTags.Framework.OptionNameProperty]; 258this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageScaling.cs (3)
413PrintSchemaTags.Framework.OptionNameProperty, 450return (PageScaling)this[PrintSchemaTags.Framework.OptionNameProperty]; 532this[PrintSchemaTags.Framework.OptionNameProperty] = (int)PageScaling.CustomSquare;
PrintConfig\PageTrueTypeFont.cs (3)
224PrintSchemaTags.Framework.OptionNameProperty, 248return (TrueTypeFontMode)this[PrintSchemaTags.Framework.OptionNameProperty]; 258this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PhotoPrintingIntent.cs (3)
222PrintSchemaTags.Framework.OptionNameProperty, 246return (PhotoPrintingIntent)this[PrintSchemaTags.Framework.OptionNameProperty]; 256this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PrintSchemaShim.cs (1)
1063ticket.PageScaling[PrintSchemaTags.Framework.OptionNameProperty] = (int)PageScaling.None;
PrintConfig\PrtTicket_Base.cs (2)
181if (propertyName == PrintSchemaTags.Framework.OptionNameProperty) 309if (propertyName == PrintSchemaTags.Framework.OptionNameProperty)