Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

PrintPropertyDictionary::Add Method (PrintProperty^)

 

Adds the specified object (of a class that is derived from PrintProperty) into the dictionary.

Namespace:   System.Printing.IndexedProperties
Assembly:  System.Printing (in System.Printing.dll)

public:
void Add(
	PrintProperty^ attributeValue
)

Parameters

attributeValue
Type: System.Printing.IndexedProperties::PrintProperty^

An object (of a class that is derived from PrintProperty) that represents a property of a printing system hardware or software component.

The Name property of attributeValue becomes the Key property of the new DictionaryEntry. The PrintProperty as a whole becomes the Value property of the new DictionaryEntry.

For another way to add an entry to the dictionary, see SetProperty.

The following example shows how to use this method to install a second printer that differs in its properties from an existing printer only in location, port, and shared status.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft