Initializes a new instance of the Document class.

Namespace: TallComponents.Web.Pdf
Assembly: TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.14.0

Syntax

C#
public Document(
	Stream stream,
	string fileName,
	string storageKey
)
Visual Basic
Public Sub New ( _
	stream As Stream, _
	fileName As String, _
	storageKey As String _
)
Visual C++
public:
Document(
	Stream^ stream, 
	String^ fileName, 
	String^ storageKey
)

Parameters

stream
Type: System.IO..::..Stream
A stream containing a valid PDF document.
fileName
Type: System..::..String
Name of the file.
storageKey
Type: System..::..String
The storage key.

See Also