45 references to SupportsCapability
ReachFramework (45)
PrintConfig\PrtCap_Public.cs (21)
126/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 141/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 156/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 171/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 186/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 201/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 216/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 231/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 246/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 261/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 276/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 291/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 306/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 321/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 336/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 351/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 366/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 381/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 396/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 411/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 426/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference.
PrintConfig\PrtCap_Public_Simple.cs (24)
221if (_printCap.SupportsCapability(CapabilityName.DocumentCollate)) 254if (_printCap.SupportsCapability(CapabilityName.PageDeviceFontSubstitution)) 287if (_printCap.SupportsCapability(CapabilityName.JobDuplex)) 326if (_printCap.SupportsCapability(CapabilityName.JobInputBin)) 331else if (_printCap.SupportsCapability(CapabilityName.DocumentInputBin)) 336else if (_printCap.SupportsCapability(CapabilityName.PageInputBin)) 372if (_printCap.SupportsCapability(CapabilityName.JobCopyCount) && 392if (_printCap.SupportsCapability(CapabilityName.PageImageableSize) && 412if (_printCap.SupportsCapability(CapabilityName.PageImageableSize) && 438if (_printCap.SupportsCapability(CapabilityName.PageOutputColor)) 471if (_printCap.SupportsCapability(CapabilityName.PageOutputQuality)) 504if (_printCap.SupportsCapability(CapabilityName.PageBorderless)) 534if (_printCap.SupportsCapability(CapabilityName.PageImageableSize) && 571if (_printCap.SupportsCapability(CapabilityName.PageMediaSize)) 611if (_printCap.SupportsCapability(CapabilityName.PageMediaType)) 644if (_printCap.SupportsCapability(CapabilityName.JobPageOrder)) 677if (_printCap.SupportsCapability(CapabilityName.PageOrientation)) 710if (_printCap.SupportsCapability(CapabilityName.PageResolution)) 748if (_printCap.SupportsCapability(CapabilityName.PageScaling)) 819if (_printCap.SupportsCapability(CapabilityName.JobNUp)) 853if (_printCap.SupportsCapability(CapabilityName.JobNUp) && 888if (_printCap.SupportsCapability(CapabilityName.PagePhotoPrintingIntent)) 920if (_printCap.SupportsCapability(CapabilityName.JobStaple)) 953if (_printCap.SupportsCapability(CapabilityName.PageTrueTypeFontMode))