24 references to PageBorderless
ReachFramework (24)
PrintConfig\PageBorderless.cs (6)
42
public
PageBorderless
Value
67
internal
PageBorderless
_value;
127
option._value = (
PageBorderless
)enumValue;
239
/// The value to set is not one of the standard <see cref="
PageBorderless
"/>.
241
public
PageBorderless
Value
245
return (
PageBorderless
)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PrintSchema.cs (6)
1770
internal static
PageBorderless
PageBorderlessEnumMin =
PageBorderless
.Unknown;
1771
internal static
PageBorderless
PageBorderlessEnumMax =
PageBorderless
.None;
2158
internal static string[] BorderlessNames = Enum.GetNames(typeof(
PageBorderless
));
2159
internal static int[] BorderlessEnums = (int[])(Array)Enum.GetValues<
PageBorderless
>();
PrintConfig\PrtCap_Public_Simple.cs (5)
490
/// Gets a read-only collection of <see cref="
PageBorderless
"/> that represents the printer's
496
public ReadOnlyCollection<
PageBorderless
> PageBorderlessCapability
502
List<
PageBorderless
> valueSet = new List<
PageBorderless
>();
986
private ReadOnlyCollection<
PageBorderless
> _pageBorderlessCap;
PrintConfig\PrtTicket_Public_Simple.cs (7)
683
public Nullable<
PageBorderless
> PageBorderless
687
PageBorderless
valueGot = GetEnumValueFromCacheOrXml<
PageBorderless
>(
706
AddSetterEnumValueToCache<
PageBorderless
>(
708
(value == null) ? (
PageBorderless
)PrintSchema.EnumUnspecifiedValue : (
PageBorderless
)value);
1566
_printTicket.PageBorderless.Value = (
PageBorderless
)cacheValue;