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::SetProperty Method (String^, PrintProperty^)

 

Sets the value of the specified attribute to an object of a class that is derived from PrintProperty.

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

public:
void SetProperty(
	String^ attribName,
	PrintProperty^ attribValue
)

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.

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