PDF .NET Library Documentation - PDF Technologies, Inc.
Creates a new PDFDocument class

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

Syntax

C#
public PDFDocument(
	string fileName
)
Visual Basic (Declaration)
Public Sub New ( _
	fileName As String _
)
Visual C++
public:
PDFDocument(
	String^ fileName
)

Parameters

fileName
Type: System..::.String
Shows the output location of the PDF file.

See Also