Foxit PDF SDK
FSDK.PortfolioFileNode Class Reference
Inheritance diagram for FSDK.PortfolioFileNode:
FSDK.PortfolioNode

Public Member Functions

 GetFileSpec ()
 Get the related file specification object which is used to access an embedded file information and data. More...
 
 GetKeyName ()
 Get the key name of the related file specification object. More...
 
- Public Member Functions inherited from FSDK.PortfolioNode
 GetNodeType ()
 Get node type. More...
 
 IsEmpty ()
 Check whether current object is empty or not. More...
 

Additional Inherited Members

- Static Public Attributes inherited from FSDK.PortfolioNode
static e_TypeFile
 Portfolio node type: file.
 
static e_TypeFolder
 Portfolio node type: folder.
 
static e_TypeUnknown
 Enumeration for portfolio node type. More...
 

Detailed Description

Portfolio file node is always associated with a file specification which represents an embedded file in portfolio PDF document.
Class FSDK.PortfolioFileNode is derived from class FSDK.PortfolioNode. It offers function to access related file specification object and the key name for this file specification object.

Member Function Documentation

◆ GetFileSpec()

FSDK.PortfolioFileNode.GetFileSpec ( )

Get the related file specification object which is used to access an embedded file information and data.

Returns
A file specification object.

◆ GetKeyName()

FSDK.PortfolioFileNode.GetKeyName ( )

Get the key name of the related file specification object.

Key name is used for storing a file specification. Key name can be used in class FSDK.Attachments. Also, key name can be used to specify the initial document in class FSDK.Portfolio.

Returns
A file specification object.