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::GetObjectData Method (SerializationInfo^, StreamingContext)
.NET Framework (current version)
Populates a SerializationInfo with the data that is needed to serialize the PrintPropertyDictionary.
Assembly: System.Printing (in System.Printing.dll)
public: [SecurityCriticalAttribute] virtual void GetObjectData( SerializationInfo^ info, StreamingContext context ) override
Parameters
- info
-
Type:
System.Runtime.Serialization::SerializationInfo^
Stores all the data that is used to serialize the object.
- context
-
Type:
System.Runtime.Serialization::StreamingContext
Describes the context of the serialized stream, including the source and the destination.
.NET Framework
Available since 3.0
Available since 3.0
Show: