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