51 references to OptionNameProperty
ReachFramework (51)
PrintConfig\DocumentNUp.cs (3)
601PrintSchemaTags.Framework.OptionNameProperty, 625return (PagesPerSheetDirection)this[PrintSchemaTags.Framework.OptionNameProperty]; 635this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobCollate.cs (3)
249PrintSchemaTags.Framework.OptionNameProperty, 273return (Collation)this[PrintSchemaTags.Framework.OptionNameProperty]; 283this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobDuplex.cs (3)
247PrintSchemaTags.Framework.OptionNameProperty, 271return (Duplexing)this[PrintSchemaTags.Framework.OptionNameProperty]; 281this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobInputBins.cs (3)
334PrintSchemaTags.Framework.OptionNameProperty, 358return (InputBin)this[PrintSchemaTags.Framework.OptionNameProperty]; 368this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobPageOrder.cs (3)
221PrintSchemaTags.Framework.OptionNameProperty, 245return (PageOrder)this[PrintSchemaTags.Framework.OptionNameProperty]; 255this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobStaple.cs (3)
252PrintSchemaTags.Framework.OptionNameProperty, 276return (Stapling)this[PrintSchemaTags.Framework.OptionNameProperty]; 286this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageBorderless.cs (3)
222PrintSchemaTags.Framework.OptionNameProperty, 246return (PageBorderless)this[PrintSchemaTags.Framework.OptionNameProperty]; 256this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageDeviceFont.cs (3)
223PrintSchemaTags.Framework.OptionNameProperty, 247return (DeviceFontSubstitution)this[PrintSchemaTags.Framework.OptionNameProperty]; 257this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageMediaSize.cs (3)
329PrintSchemaTags.Framework.OptionNameProperty, 371return (PageMediaSizeName)this[PrintSchemaTags.Framework.OptionNameProperty]; 572this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageMediaType.cs (3)
224PrintSchemaTags.Framework.OptionNameProperty, 248return (PageMediaType)this[PrintSchemaTags.Framework.OptionNameProperty]; 258this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOrientation.cs (3)
221PrintSchemaTags.Framework.OptionNameProperty, 245return (PageOrientation)this[PrintSchemaTags.Framework.OptionNameProperty]; 255this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOutputColor.cs (3)
224PrintSchemaTags.Framework.OptionNameProperty, 248return (OutputColor)this[PrintSchemaTags.Framework.OptionNameProperty]; 258this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOutputQuality.cs (3)
223PrintSchemaTags.Framework.OptionNameProperty, 247return (OutputQuality)this[PrintSchemaTags.Framework.OptionNameProperty]; 257this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageScaling.cs (3)
412PrintSchemaTags.Framework.OptionNameProperty, 449return (PageScaling)this[PrintSchemaTags.Framework.OptionNameProperty]; 531this[PrintSchemaTags.Framework.OptionNameProperty] = (int)PageScaling.CustomSquare;
PrintConfig\PageTrueTypeFont.cs (3)
223PrintSchemaTags.Framework.OptionNameProperty, 247return (TrueTypeFontMode)this[PrintSchemaTags.Framework.OptionNameProperty]; 257this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PhotoPrintingIntent.cs (3)
221PrintSchemaTags.Framework.OptionNameProperty, 245return (PhotoPrintingIntent)this[PrintSchemaTags.Framework.OptionNameProperty]; 255this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PrintSchemaShim.cs (1)
1062ticket.PageScaling[PrintSchemaTags.Framework.OptionNameProperty] = (int)PageScaling.None;
PrintConfig\PrtTicket_Base.cs (2)
180if (propertyName == PrintSchemaTags.Framework.OptionNameProperty) 308if (propertyName == PrintSchemaTags.Framework.OptionNameProperty)