PrintPropertyDictionary::SetProperty Method (String^, PrintProperty^)
Sets the value of the specified attribute to an object of a class that is derived from PrintProperty.
Assembly: System.Printing (in System.Printing.dll)
Parameters
- attribName
-
Type:
System::String^
The name of the attribute.
- attribValue
-
Type:
System.Printing.IndexedProperties::PrintProperty^
An object of a type that is derived from PrintProperty.
| Exception | Condition |
|---|---|
| ArgumentException | attribName is already in the dictionary and it already has the value attribValue. |
If the dictionary does not already contain attribName, attribName will be added and set to attribValue, provided that attribName is identical to attribValue.Name. If these values are not identical, this method does nothing.
Available since 3.0