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

Load a PDF file in raw binary form.

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

Parameters

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

Implements

IPdfViewer.Load
See Also