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
Source
can be extended asPdfSource
.