45 references to SupportsCapability
ReachFramework (45)
PrintConfig\PrtCap_Public.cs (21)
125
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
140
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
155
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
170
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
185
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
200
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
215
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
230
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
245
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
260
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
275
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
290
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
305
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
320
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
335
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
350
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
365
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
380
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
395
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
410
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
425
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
PrintConfig\PrtCap_Public_Simple.cs (24)
220
if (_printCap.
SupportsCapability
(CapabilityName.DocumentCollate))
253
if (_printCap.
SupportsCapability
(CapabilityName.PageDeviceFontSubstitution))
286
if (_printCap.
SupportsCapability
(CapabilityName.JobDuplex))
325
if (_printCap.
SupportsCapability
(CapabilityName.JobInputBin))
330
else if (_printCap.
SupportsCapability
(CapabilityName.DocumentInputBin))
335
else if (_printCap.
SupportsCapability
(CapabilityName.PageInputBin))
371
if (_printCap.
SupportsCapability
(CapabilityName.JobCopyCount) &&
391
if (_printCap.
SupportsCapability
(CapabilityName.PageImageableSize) &&
411
if (_printCap.
SupportsCapability
(CapabilityName.PageImageableSize) &&
437
if (_printCap.
SupportsCapability
(CapabilityName.PageOutputColor))
470
if (_printCap.
SupportsCapability
(CapabilityName.PageOutputQuality))
503
if (_printCap.
SupportsCapability
(CapabilityName.PageBorderless))
533
if (_printCap.
SupportsCapability
(CapabilityName.PageImageableSize) &&
570
if (_printCap.
SupportsCapability
(CapabilityName.PageMediaSize))
610
if (_printCap.
SupportsCapability
(CapabilityName.PageMediaType))
643
if (_printCap.
SupportsCapability
(CapabilityName.JobPageOrder))
676
if (_printCap.
SupportsCapability
(CapabilityName.PageOrientation))
709
if (_printCap.
SupportsCapability
(CapabilityName.PageResolution))
747
if (_printCap.
SupportsCapability
(CapabilityName.PageScaling))
818
if (_printCap.
SupportsCapability
(CapabilityName.JobNUp))
852
if (_printCap.
SupportsCapability
(CapabilityName.JobNUp) &&
887
if (_printCap.
SupportsCapability
(CapabilityName.PagePhotoPrintingIntent))
919
if (_printCap.
SupportsCapability
(CapabilityName.JobStaple))
952
if (_printCap.
SupportsCapability
(CapabilityName.PageTrueTypeFontMode))