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 Fri Sep 09 2016 14:32:38 GMT-0700 (PDT)