PDF .NET Library Documentation - PDF Technologies, Inc.
Initializes a new instance of the PDFDocument class

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public PDFDocument(
	Stream stream,
	PDFCreationOptions options
)
Visual Basic (Declaration)
Public Sub New ( _
	stream As Stream, _
	options As PDFCreationOptions _
)
Visual C++
public:
PDFDocument(
	Stream^ stream, 
	PDFCreationOptions^ options
)

Parameters

stream
Type: System.IO..::.Stream
options
Type: PDFTech..::.PDFCreationOptions

See Also