PDF .NET Library Documentation - PDF Technologies, Inc.
The LoadPDF method imports a PDF into the current PDFDocument.

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

Syntax

C#
public void LoadPdf(
	string fileName,
	int startPage,
	int endPage,
	string pass
)
Visual Basic (Declaration)
Public Sub LoadPdf ( _
	fileName As String, _
	startPage As Integer, _
	endPage As Integer, _
	pass As String _
)
Visual C++
public:
void LoadPdf(
	String^ fileName, 
	int startPage, 
	int endPage, 
	String^ pass
)

Parameters

fileName
Type: System..::.String
PDF file path
startPage
Type: System..::.Int32
start page
endPage
Type: System..::.Int32
end page
pass
Type: System..::.String
PDF file password. Can be empty string.

See Also