Click or drag to resize

PdfDestination Constructor (SerializationInfo, StreamingContext)

Constructs a new, empty PdfDestination object. PdfDestination has a number of convenience factory methods for making the most common types of PdfDestination objects. After calling one of these methods, it will still be necessary to set the Page property to have a valid destination.

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected PdfDestination(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
context
Type: System.Runtime.SerializationStreamingContext
See Also