Click or drag to resize

DocumentHitOrMissCommandGetObjectData Method

Populates a SerializationInfo with the data needed to serialize the target object.

Namespace:  Atalasoft.Imaging.ImageProcessing.Document
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public override void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
A SerializationInfo object that will be filled with command information.
context
Type: System.Runtime.SerializationStreamingContext
A StreamingContext for this information.

Implements

ISerializableGetObjectData(SerializationInfo, StreamingContext)
ISerializableGetObjectData(SerializationInfo, StreamingContext)
Exceptions
ExceptionCondition
ArgumentNullException Thrown if the info argument is null (Nothing in VB).
SecurityExceptionThe caller does not have the required permission.
See Also