Foxit PDF SDK
FSDK.DocumentsSource Class Reference

Public Member Functions

 constructor (directory)
 Constructor, with a directory. More...
 
 IsEmpty ()
 Check whether current object is empty or not. More...
 

Detailed Description

This class is used to represent a specified directory, which contains PDF files and user wants to search among these PDF files.

Member Function Documentation

◆ constructor()

FSDK.DocumentsSource.constructor ( directory  )

Constructor, with a directory.

Parameters
[in]directoryA path string that represents a directory.

◆ IsEmpty()

FSDK.DocumentsSource.IsEmpty ( )

Check whether current object is empty or not.

When the current object is empty, that means current object is useless.

Returns
true means current object is empty, while false means not.