Table of Contents
IPdfViewer.Load Method (Byte[], String)

Load a PDF file in raw binary form.

Syntax
 WaitableTask Load(
   byte[] pdfData,
   string fileName = null
);

Parameters

pdfData
The raw binary PDF data.
fileName
Optional file name for the PDF.
See Also