PdfDocumentAddDocument(Int32, String, String) Method
Inserts a password protected PDF file starting at a given page index in this document
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public void AddDocument(
int startIndex,
string pdfFile,
string password
)
Public Sub AddDocument (
startIndex As Integer,
pdfFile As String,
password As String
)
public:
void AddDocument(
int startIndex,
String^ pdfFile,
String^ password
)
member AddDocument :
startIndex : int *
pdfFile : string *
password : string -> unit
Parameters
- startIndex Int32
- The page index where to insert the document
- pdfFile String
- The full path of the PDF file to insert
- password String
- The password of inserted PDF document