PDF .NET Library Documentation - PDF Technologies, Inc.
Assembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
The LoadPDF method imports a PDF into the current PDFDocument.
Namespace:
PDFTechAssembly: PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)
Syntax
C# |
---|
public void LoadPdf( string fileName, string pass ) |
Visual Basic (Declaration) |
---|
Public Sub LoadPdf ( _ fileName As String, _ pass As String _ ) |
Visual C++ |
---|
public: void LoadPdf( String^ fileName, String^ pass ) |
Parameters
- fileName
- Type: System..::.String
PDF file path
- pass
- Type: System..::.String
PDF file password. Can be empty string.