Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 759 Bytes

File metadata and controls

35 lines (25 loc) · 759 Bytes
layout default-layout
needAutoGenerateSidebar true
needGenerateH3Content true
noTitleIndex true
title Dynamsoft Document Viewer API Reference - Interface Source
keywords Documentation, Dynamsoft Document Viewer, API Reference, Interface Source
breadcrumbText Interface Source
description Dynamsoft Document Viewer Documentation API Reference Interface Source Page
permalink /api/interface/idocument/source.html

Source

Syntax

interface Source {
    fileData: Blob; 
}

Attributes

fileData

The blob of the file to be loaded.

Remark

Related

  • [loadSource()]({{ site.api }}interface/idocument/index.html#loadsource)