PrintSystemObject::PropertiesCollection Property

 

Gets a collection of attribute and value pairs.

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

public:
property PrintPropertyDictionary^ PropertiesCollection {
	PrintPropertyDictionary^ get();
	internal: void set(PrintPropertyDictionary^ value);
}

Property Value

Type: System.Printing.IndexedProperties::PrintPropertyDictionary^

A PrintPropertyDictionary that contains attribute and value pairs.

The following example shows how to use this property to discover at run time the properties, and the types of those properties, of a print system object, without using reflection.

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

.NET Framework
Available since 3.0
Return to top
Show: