Class Index

Classes


Class PartRetrievers.ExternalPdfPartRetriever

Represents a pdf document retriever.

Class Summary
Constructor Attributes Constructor Name and Description
 
ExternalPdfPartRetriever retrieves Document data from a url.
Class Detail
PartRetrievers.ExternalPdfPartRetriever(url, options)
ExternalPdfPartRetriever retrieves Document data from a url.
Parameters:
{string} url
The URL of the file to load. May be relative to the current page.
{object} options
Additional options
{boolean} options.useDownloader
Whether to use Downloader, defaults to false.
{boolean} options.withCredentials
Whether to set the withCredentials property on the XMLHttpRequest

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Feb 08 2017 10:51:47 GMT-0800 (PST)