24 references to PageBorderless
ReachFramework (24)
PrintConfig\PageBorderless.cs (6)
41
public
PageBorderless
Value
66
internal
PageBorderless
_value;
128
option._value = (
PageBorderless
)enumValue;
240
/// The value to set is not one of the standard <see cref="
PageBorderless
"/>.
242
public
PageBorderless
Value
246
return (
PageBorderless
)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PrintSchema.cs (6)
1767
internal static
PageBorderless
PageBorderlessEnumMin =
PageBorderless
.Unknown;
1768
internal static
PageBorderless
PageBorderlessEnumMax =
PageBorderless
.None;
2155
internal static string[] BorderlessNames = Enum.GetNames(typeof(
PageBorderless
));
2156
internal static int[] BorderlessEnums = (int[])(Array)Enum.GetValues<
PageBorderless
>();
PrintConfig\PrtCap_Public_Simple.cs (5)
489
/// Gets a read-only collection of <see cref="
PageBorderless
"/> that represents the printer's
495
public ReadOnlyCollection<
PageBorderless
> PageBorderlessCapability
501
List<
PageBorderless
> valueSet = new List<
PageBorderless
>();
985
private ReadOnlyCollection<
PageBorderless
> _pageBorderlessCap;
PrintConfig\PrtTicket_Public_Simple.cs (7)
682
public Nullable<
PageBorderless
> PageBorderless
686
PageBorderless
valueGot = GetEnumValueFromCacheOrXml<
PageBorderless
>(
705
AddSetterEnumValueToCache<
PageBorderless
>(
707
(value == null) ? (
PageBorderless
)PrintSchema.EnumUnspecifiedValue : (
PageBorderless
)value);
1565
_printTicket.PageBorderless.Value = (
PageBorderless
)cacheValue;