Click or drag to resize

PdfMarkupData Constructor (SerializationInfo, StreamingContext)

Creates a new instance of PdfMarkupData from serialized data.

Namespace:  Atalasoft.Annotate.Pdf
Assembly:  Atalasoft.dotImage.PdfDoc.Bridge (in Atalasoft.dotImage.PdfDoc.Bridge.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PdfMarkupData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
A SerializationInfo object containing the annotation data.
context
Type: System.Runtime.SerializationStreamingContext
A StreamingContext for the data.
See Also