Source
Syntax
interface Source {
fileData: Blob;
}
Attributes
fileData
The blob of the file to be loaded.
Remark
Sourcecan be extended asPdfSource.
interface Source {
fileData: Blob;
}
The blob of the file to be loaded.
Source can be extended as PdfSource.