PdfDocumentAddDocument(Int32, Byte, String) Method
Inserts a password protected PDF from data 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,
byte[] pdfData,
string password
)
Public Sub AddDocument (
startIndex As Integer,
pdfData As Byte(),
password As String
)
public:
void AddDocument(
int startIndex,
array<unsigned char>^ pdfData,
String^ password
)
member AddDocument :
startIndex : int *
pdfData : byte[] *
password : string -> unit
Parameters
- startIndex Int32
- The page index where to insert the document
- pdfData Byte
- The PDF document data
- password String
- The password of inserted PDF document