24 references to PagesPerSheetDirection
ReachFramework (24)
PrintConfig\DocumentNUp.cs (6)
312
public
PagesPerSheetDirection
Value
337
internal
PagesPerSheetDirection
_value;
397
option._value = (
PagesPerSheetDirection
)enumValue;
618
/// The value to set is not one of the standard <see cref="
PagesPerSheetDirection
"/>.
620
public
PagesPerSheetDirection
Value
624
return (
PagesPerSheetDirection
)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PrintSchema.cs (6)
1743
internal static
PagesPerSheetDirection
PagesPerSheetDirectionEnumMin =
PagesPerSheetDirection
.Unknown;
1744
internal static
PagesPerSheetDirection
PagesPerSheetDirectionEnumMax =
PagesPerSheetDirection
.TopLeft;
2007
internal static string[] DirectionNames = Enum.GetNames(typeof(
PagesPerSheetDirection
));
2008
internal static int[] DirectionEnums = (int[])(Array)Enum.GetValues<
PagesPerSheetDirection
>();
PrintConfig\PrtCap_Public_Simple.cs (5)
838
/// Gets a read-only collection of <see cref="
PagesPerSheetDirection
"/> that represents the printer's
845
public ReadOnlyCollection<
PagesPerSheetDirection
> PagesPerSheetDirectionCapability
851
List<
PagesPerSheetDirection
> valueSet = new List<
PagesPerSheetDirection
>();
995
private ReadOnlyCollection<
PagesPerSheetDirection
> _pagesPerSheetDirectionCap;
PrintConfig\PrtTicket_Public_Simple.cs (7)
1180
public Nullable<
PagesPerSheetDirection
> PagesPerSheetDirection
1184
PagesPerSheetDirection
valueGot = GetEnumValueFromCacheOrXml<
PagesPerSheetDirection
>(
1203
AddSetterEnumValueToCache<
PagesPerSheetDirection
>(
1205
(value == null) ? (
PagesPerSheetDirection
)PrintSchema.EnumUnspecifiedValue : (
PagesPerSheetDirection
)value);
1583
(
PagesPerSheetDirection
)cacheValue;