PrintPropertyDictionary Constructors

Definition

Initializes a new instance of the PrintPropertyDictionary class.

Overloads

PrintPropertyDictionary()

Initializes a new instance of the PrintPropertyDictionary class.

PrintPropertyDictionary(SerializationInfo, StreamingContext)

Initializes a new instance of the PrintPropertyDictionary class and provides it with the specified SerializationInfo and StreamingContext.

PrintPropertyDictionary()

Initializes a new instance of the PrintPropertyDictionary class.

public:
 PrintPropertyDictionary();
public PrintPropertyDictionary ();
Public Sub New ()

Applies to

PrintPropertyDictionary(SerializationInfo, StreamingContext)

Initializes a new instance of the PrintPropertyDictionary class and provides it with the specified SerializationInfo and StreamingContext.

protected:
 PrintPropertyDictionary(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected PrintPropertyDictionary (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Printing.IndexedProperties.PrintPropertyDictionary : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Printing.IndexedProperties.PrintPropertyDictionary
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

info
SerializationInfo

The data that is required to serialize or deserialize an object.

context
StreamingContext

The context of the serialized stream, including the source and the destination.

Applies to