24 references to PhotoPrintingIntent
ReachFramework (24)
PrintConfig\PhotoPrintingIntent.cs (6)
41
public
PhotoPrintingIntent
Value
66
internal
PhotoPrintingIntent
_value;
126
option._value = (
PhotoPrintingIntent
)enumValue;
238
/// The value to set is not one of the standard <see cref="
PhotoPrintingIntent
"/>.
240
public
PhotoPrintingIntent
Value
244
return (
PhotoPrintingIntent
)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PrintSchema.cs (6)
1767
internal static
PhotoPrintingIntent
PhotoPrintingIntentEnumMin =
PhotoPrintingIntent
.Unknown;
1768
internal static
PhotoPrintingIntent
PhotoPrintingIntentEnumMax =
PhotoPrintingIntent
.PhotoStandard;
2148
internal static string[] PhotoIntentNames = Enum.GetNames(typeof(
PhotoPrintingIntent
));
2149
internal static int[] PhotoIntentEnums = (int[])(Array)Enum.GetValues<
PhotoPrintingIntent
>();
PrintConfig\PrtCap_Public_Simple.cs (5)
874
/// Gets a read-only collection of <see cref="
PhotoPrintingIntent
"/> that represents the printer's
880
public ReadOnlyCollection<
PhotoPrintingIntent
> PhotoPrintingIntentCapability
886
List<
PhotoPrintingIntent
> valueSet = new List<
PhotoPrintingIntent
>();
996
private ReadOnlyCollection<
PhotoPrintingIntent
> _photoIntentCap;
PrintConfig\PrtTicket_Public_Simple.cs (7)
1224
public Nullable<
PhotoPrintingIntent
> PhotoPrintingIntent
1228
PhotoPrintingIntent
valueGot = GetEnumValueFromCacheOrXml<
PhotoPrintingIntent
>(
1247
AddSetterEnumValueToCache<
PhotoPrintingIntent
>(
1249
(value == null) ? (
PhotoPrintingIntent
)PrintSchema.EnumUnspecifiedValue : (
PhotoPrintingIntent
)value);
1587
_printTicket.PagePhotoPrintingIntent.Value = (
PhotoPrintingIntent
)cacheValue;