45 references to SupportsCapability
ReachFramework (45)
PrintConfig\PrtCap_Public.cs (21)
132/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 147/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 162/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 177/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 192/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 207/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 222/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 237/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 252/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 267/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 282/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 297/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 312/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 327/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 342/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 357/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 372/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 387/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 402/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 417/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference. 432/// You should use <see cref="SupportsCapability"/> to check the capability is supported before accessing the returned reference.
PrintConfig\PrtCap_Public_Simple.cs (24)
227if (_printCap.SupportsCapability(CapabilityName.DocumentCollate)) 260if (_printCap.SupportsCapability(CapabilityName.PageDeviceFontSubstitution)) 293if (_printCap.SupportsCapability(CapabilityName.JobDuplex)) 332if (_printCap.SupportsCapability(CapabilityName.JobInputBin)) 337else if (_printCap.SupportsCapability(CapabilityName.DocumentInputBin)) 342else if (_printCap.SupportsCapability(CapabilityName.PageInputBin)) 378if (_printCap.SupportsCapability(CapabilityName.JobCopyCount) && 398if (_printCap.SupportsCapability(CapabilityName.PageImageableSize) && 418if (_printCap.SupportsCapability(CapabilityName.PageImageableSize) && 444if (_printCap.SupportsCapability(CapabilityName.PageOutputColor)) 477if (_printCap.SupportsCapability(CapabilityName.PageOutputQuality)) 510if (_printCap.SupportsCapability(CapabilityName.PageBorderless)) 540if (_printCap.SupportsCapability(CapabilityName.PageImageableSize) && 577if (_printCap.SupportsCapability(CapabilityName.PageMediaSize)) 617if (_printCap.SupportsCapability(CapabilityName.PageMediaType)) 650if (_printCap.SupportsCapability(CapabilityName.JobPageOrder)) 683if (_printCap.SupportsCapability(CapabilityName.PageOrientation)) 716if (_printCap.SupportsCapability(CapabilityName.PageResolution)) 754if (_printCap.SupportsCapability(CapabilityName.PageScaling)) 825if (_printCap.SupportsCapability(CapabilityName.JobNUp)) 859if (_printCap.SupportsCapability(CapabilityName.JobNUp) && 894if (_printCap.SupportsCapability(CapabilityName.PagePhotoPrintingIntent)) 926if (_printCap.SupportsCapability(CapabilityName.JobStaple)) 959if (_printCap.SupportsCapability(CapabilityName.PageTrueTypeFontMode))