FoxitPDFSDKforWeb v11.0.1
Foxit PDF SDK for Web
|
Represents file specification data used for handling files. More...
Public Attributes | |
ArrayBuffer | buffer |
The file data pf embedded file. More... | |
string | description |
A description of the file. More... | |
string | fileName |
The name of the file. | |
number | fileSize |
The size of embedded file (uncompressed file size). More... | |
boolean | isEmbedded |
Whether current file specification object represents an embedded file or not. More... | |
number | modifiedDateTime |
The date and time when the file was last modified. More... | |
string | subtype |
(Only support in PDF 2.0) Set the MIME type value for "Subtype" key for embedded file (Not affect local file) when current file specification is used as an associated file. More... | |
Represents file specification data used for handling files.
ArrayBuffer FileSpecData::buffer |
The file data pf embedded file.
string FileSpecData::description |
A description of the file.
number FileSpecData::fileSize |
The size of embedded file (uncompressed file size).
boolean FileSpecData::isEmbedded |
Whether current file specification object represents an embedded file or not.
number FileSpecData::modifiedDateTime |
The date and time when the file was last modified.
string FileSpecData::subtype |
(Only support in PDF 2.0) Set the MIME type value for "Subtype" key for embedded file (Not affect local file) when current file specification is used as an associated file.
This property is only useful when current file specification object represents an embedded file and used as associated file.