PrintPropertyDictionary::Add Method (PrintProperty^)
.NET Framework (current version)
Adds the specified object (of a class that is derived from PrintProperty) into the dictionary.
Assembly: System.Printing (in System.Printing.dll)
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: