24 references to PagesPerSheetDirection
ReachFramework (24)
PrintConfig\DocumentNUp.cs (6)
318
public
PagesPerSheetDirection
Value
343
internal
PagesPerSheetDirection
_value;
403
option._value = (
PagesPerSheetDirection
)enumValue;
624
/// The value to set is not one of the standard <see cref="
PagesPerSheetDirection
"/>.
626
public
PagesPerSheetDirection
Value
630
return (
PagesPerSheetDirection
)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PrintSchema.cs (6)
1746
internal static
PagesPerSheetDirection
PagesPerSheetDirectionEnumMin =
PagesPerSheetDirection
.Unknown;
1747
internal static
PagesPerSheetDirection
PagesPerSheetDirectionEnumMax =
PagesPerSheetDirection
.TopLeft;
2010
internal static string[] DirectionNames = Enum.GetNames(typeof(
PagesPerSheetDirection
));
2011
internal static int[] DirectionEnums = (int[])(Array)Enum.GetValues<
PagesPerSheetDirection
>();
PrintConfig\PrtCap_Public_Simple.cs (5)
844
/// Gets a read-only collection of <see cref="
PagesPerSheetDirection
"/> that represents the printer's
851
public ReadOnlyCollection<
PagesPerSheetDirection
> PagesPerSheetDirectionCapability
857
List<
PagesPerSheetDirection
> valueSet = new List<
PagesPerSheetDirection
>();
1001
private ReadOnlyCollection<
PagesPerSheetDirection
> _pagesPerSheetDirectionCap;
PrintConfig\PrtTicket_Public_Simple.cs (7)
1187
public Nullable<
PagesPerSheetDirection
> PagesPerSheetDirection
1191
PagesPerSheetDirection
valueGot = GetEnumValueFromCacheOrXml<
PagesPerSheetDirection
>(
1210
AddSetterEnumValueToCache<
PagesPerSheetDirection
>(
1212
(value == null) ? (
PagesPerSheetDirection
)PrintSchema.EnumUnspecifiedValue : (
PagesPerSheetDirection
)value);
1590
(
PagesPerSheetDirection
)cacheValue;