51 references to OptionNameProperty
ReachFramework (51)
PrintConfig\DocumentNUp.cs (3)
600PrintSchemaTags.Framework.OptionNameProperty, 624return (PagesPerSheetDirection)this[PrintSchemaTags.Framework.OptionNameProperty]; 634this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobCollate.cs (3)
248PrintSchemaTags.Framework.OptionNameProperty, 272return (Collation)this[PrintSchemaTags.Framework.OptionNameProperty]; 282this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobDuplex.cs (3)
246PrintSchemaTags.Framework.OptionNameProperty, 270return (Duplexing)this[PrintSchemaTags.Framework.OptionNameProperty]; 280this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobInputBins.cs (3)
329PrintSchemaTags.Framework.OptionNameProperty, 353return (InputBin)this[PrintSchemaTags.Framework.OptionNameProperty]; 363this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobPageOrder.cs (3)
220PrintSchemaTags.Framework.OptionNameProperty, 244return (PageOrder)this[PrintSchemaTags.Framework.OptionNameProperty]; 254this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\JobStaple.cs (3)
251PrintSchemaTags.Framework.OptionNameProperty, 275return (Stapling)this[PrintSchemaTags.Framework.OptionNameProperty]; 285this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageBorderless.cs (3)
221PrintSchemaTags.Framework.OptionNameProperty, 245return (PageBorderless)this[PrintSchemaTags.Framework.OptionNameProperty]; 255this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageDeviceFont.cs (3)
222PrintSchemaTags.Framework.OptionNameProperty, 246return (DeviceFontSubstitution)this[PrintSchemaTags.Framework.OptionNameProperty]; 256this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageMediaSize.cs (3)
331PrintSchemaTags.Framework.OptionNameProperty, 373return (PageMediaSizeName)this[PrintSchemaTags.Framework.OptionNameProperty]; 574this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageMediaType.cs (3)
223PrintSchemaTags.Framework.OptionNameProperty, 247return (PageMediaType)this[PrintSchemaTags.Framework.OptionNameProperty]; 257this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOrientation.cs (3)
220PrintSchemaTags.Framework.OptionNameProperty, 244return (PageOrientation)this[PrintSchemaTags.Framework.OptionNameProperty]; 254this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOutputColor.cs (3)
223PrintSchemaTags.Framework.OptionNameProperty, 247return (OutputColor)this[PrintSchemaTags.Framework.OptionNameProperty]; 257this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageOutputQuality.cs (3)
222PrintSchemaTags.Framework.OptionNameProperty, 246return (OutputQuality)this[PrintSchemaTags.Framework.OptionNameProperty]; 256this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PageScaling.cs (3)
414PrintSchemaTags.Framework.OptionNameProperty, 451return (PageScaling)this[PrintSchemaTags.Framework.OptionNameProperty]; 533this[PrintSchemaTags.Framework.OptionNameProperty] = (int)PageScaling.CustomSquare;
PrintConfig\PageTrueTypeFont.cs (3)
222PrintSchemaTags.Framework.OptionNameProperty, 246return (TrueTypeFontMode)this[PrintSchemaTags.Framework.OptionNameProperty]; 256this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PhotoPrintingIntent.cs (3)
220PrintSchemaTags.Framework.OptionNameProperty, 244return (PhotoPrintingIntent)this[PrintSchemaTags.Framework.OptionNameProperty]; 254this[PrintSchemaTags.Framework.OptionNameProperty] = (int)value;
PrintConfig\PrintSchemaShim.cs (1)
1063ticket.PageScaling[PrintSchemaTags.Framework.OptionNameProperty] = (int)PageScaling.None;
PrintConfig\PrtTicket_Base.cs (2)
183if (propertyName == PrintSchemaTags.Framework.OptionNameProperty) 311if (propertyName == PrintSchemaTags.Framework.OptionNameProperty)