PrintSupportPrintDeviceCapabilitiesChangedEventArgs.UpdatePrintDeviceCapabilities Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates the print capabilities of the associated Internet Printing Protocol (IPP) printer.
public:
virtual void UpdatePrintDeviceCapabilities(XmlDocument ^ updatedPdc) = UpdatePrintDeviceCapabilities;
void UpdatePrintDeviceCapabilities(XmlDocument const& updatedPdc);
public void UpdatePrintDeviceCapabilities(XmlDocument updatedPdc);
function updatePrintDeviceCapabilities(updatedPdc)
Public Sub UpdatePrintDeviceCapabilities (updatedPdc As XmlDocument)
Parameters
- updatedPdc
- XmlDocument
The print capabilities to be updated.
Remarks
The updated print capabilities are subject to the customization restrictions listed in the Standard Options article in the printer driver documentation.