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