FoxitPDFSDKforWeb v11.0.1
Foxit PDF SDK for Web
FileSpecData Class Reference

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...
 

Detailed Description

Represents file specification data used for handling files.

Since
11.0.0

Member Data Documentation

◆ buffer

ArrayBuffer FileSpecData::buffer

The file data pf embedded file.

◆ description

string FileSpecData::description

A description of the file.

◆ fileSize

number FileSpecData::fileSize

The size of embedded file (uncompressed file size).

◆ isEmbedded

boolean FileSpecData::isEmbedded

Whether current file specification object represents an embedded file or not.

◆ modifiedDateTime

number FileSpecData::modifiedDateTime

The date and time when the file was last modified.

◆ subtype

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.

Foxit Software Corporation Logo
@2025 Foxit Software Incorporated. All rights reserved.