Create a new TopazSignature based on an existing sig stream.

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

Syntax

C#
public TopazSignature(
	Stream sigStream
)
Visual Basic
Public Sub New ( _
	sigStream As Stream _
)

Parameters

sigStream
Type: System.IO..::..Stream
An unencrypted, uncompressed SIG string as stream.

Remarks

The caller is responsible for closing the stream. The stream can be closed after this constructor returns.

See Also