24 references to PagesPerSheetDirection
ReachFramework (24)
PrintConfig\DocumentNUp.cs (6)
310
public
PagesPerSheetDirection
Value
335
internal
PagesPerSheetDirection
_value;
397
option._value = (
PagesPerSheetDirection
)enumValue;
619
/// The value to set is not one of the standard <see cref="
PagesPerSheetDirection
"/>.
621
public
PagesPerSheetDirection
Value
625
return (
PagesPerSheetDirection
)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PrintSchema.cs (6)
1740
internal static
PagesPerSheetDirection
PagesPerSheetDirectionEnumMin =
PagesPerSheetDirection
.Unknown;
1741
internal static
PagesPerSheetDirection
PagesPerSheetDirectionEnumMax =
PagesPerSheetDirection
.TopLeft;
2004
internal static string[] DirectionNames = Enum.GetNames(typeof(
PagesPerSheetDirection
));
2005
internal static int[] DirectionEnums = (int[])(Array)Enum.GetValues<
PagesPerSheetDirection
>();
PrintConfig\PrtCap_Public_Simple.cs (5)
837
/// Gets a read-only collection of <see cref="
PagesPerSheetDirection
"/> that represents the printer's
844
public ReadOnlyCollection<
PagesPerSheetDirection
> PagesPerSheetDirectionCapability
850
List<
PagesPerSheetDirection
> valueSet = new List<
PagesPerSheetDirection
>();
994
private ReadOnlyCollection<
PagesPerSheetDirection
> _pagesPerSheetDirectionCap;
PrintConfig\PrtTicket_Public_Simple.cs (7)
1179
public Nullable<
PagesPerSheetDirection
> PagesPerSheetDirection
1183
PagesPerSheetDirection
valueGot = GetEnumValueFromCacheOrXml<
PagesPerSheetDirection
>(
1202
AddSetterEnumValueToCache<
PagesPerSheetDirection
>(
1204
(value == null) ? (
PagesPerSheetDirection
)PrintSchema.EnumUnspecifiedValue : (
PagesPerSheetDirection
)value);
1582
(
PagesPerSheetDirection
)cacheValue;