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