Resource Base
Table of contents

Source

Syntax

interface Source {
    fileData: Blob; 
    extraPageData?: ExtraPageData[]; 
}

Attributes

fileData

The blob of the file to be loaded.

extraPageData

The extra data to be set. Please refer to ExtraPageData;

Remark

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: