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)
220if (_printCap.SupportsCapability(CapabilityName.DocumentCollate)) 253if (_printCap.SupportsCapability(CapabilityName.PageDeviceFontSubstitution)) 286if (_printCap.SupportsCapability(CapabilityName.JobDuplex)) 325if (_printCap.SupportsCapability(CapabilityName.JobInputBin)) 330else if (_printCap.SupportsCapability(CapabilityName.DocumentInputBin)) 335else if (_printCap.SupportsCapability(CapabilityName.PageInputBin)) 371if (_printCap.SupportsCapability(CapabilityName.JobCopyCount) && 391if (_printCap.SupportsCapability(CapabilityName.PageImageableSize) && 411if (_printCap.SupportsCapability(CapabilityName.PageImageableSize) && 437if (_printCap.SupportsCapability(CapabilityName.PageOutputColor)) 470if (_printCap.SupportsCapability(CapabilityName.PageOutputQuality)) 503if (_printCap.SupportsCapability(CapabilityName.PageBorderless)) 533if (_printCap.SupportsCapability(CapabilityName.PageImageableSize) && 570if (_printCap.SupportsCapability(CapabilityName.PageMediaSize)) 610if (_printCap.SupportsCapability(CapabilityName.PageMediaType)) 643if (_printCap.SupportsCapability(CapabilityName.JobPageOrder)) 676if (_printCap.SupportsCapability(CapabilityName.PageOrientation)) 709if (_printCap.SupportsCapability(CapabilityName.PageResolution)) 747if (_printCap.SupportsCapability(CapabilityName.PageScaling)) 818if (_printCap.SupportsCapability(CapabilityName.JobNUp)) 852if (_printCap.SupportsCapability(CapabilityName.JobNUp) && 887if (_printCap.SupportsCapability(CapabilityName.PagePhotoPrintingIntent)) 919if (_printCap.SupportsCapability(CapabilityName.JobStaple)) 952if (_printCap.SupportsCapability(CapabilityName.PageTrueTypeFontMode))