For serializing purposes only.

Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
protected NoPagesException(
	SerializationInfo info,
	StreamingContext context
)
Visual Basic
Protected Sub New ( _
	info As SerializationInfo, _
	context As StreamingContext _
)

Parameters

info
Type: System.Runtime.Serialization..::..SerializationInfo
The serialization info.
context
Type: System.Runtime.Serialization..::..StreamingContext
The streaming context.

See Also