24 references to PageBorderless
ReachFramework (24)
PrintConfig\PageBorderless.cs (6)
48
public
PageBorderless
Value
73
internal
PageBorderless
_value;
133
option._value = (
PageBorderless
)enumValue;
245
/// The value to set is not one of the standard <see cref="
PageBorderless
"/>.
247
public
PageBorderless
Value
251
return (
PageBorderless
)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PrintSchema.cs (6)
1773
internal static
PageBorderless
PageBorderlessEnumMin =
PageBorderless
.Unknown;
1774
internal static
PageBorderless
PageBorderlessEnumMax =
PageBorderless
.None;
2161
internal static string[] BorderlessNames = Enum.GetNames(typeof(
PageBorderless
));
2162
internal static int[] BorderlessEnums = (int[])(Array)Enum.GetValues<
PageBorderless
>();
PrintConfig\PrtCap_Public_Simple.cs (5)
496
/// Gets a read-only collection of <see cref="
PageBorderless
"/> that represents the printer's
502
public ReadOnlyCollection<
PageBorderless
> PageBorderlessCapability
508
List<
PageBorderless
> valueSet = new List<
PageBorderless
>();
992
private ReadOnlyCollection<
PageBorderless
> _pageBorderlessCap;
PrintConfig\PrtTicket_Public_Simple.cs (7)
690
public Nullable<
PageBorderless
> PageBorderless
694
PageBorderless
valueGot = GetEnumValueFromCacheOrXml<
PageBorderless
>(
713
AddSetterEnumValueToCache<
PageBorderless
>(
715
(value == null) ? (
PageBorderless
)PrintSchema.EnumUnspecifiedValue : (
PageBorderless
)value);
1573
_printTicket.PageBorderless.Value = (
PageBorderless
)cacheValue;