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