Foxit PDF SDK
 All Classes Namespaces Functions Enumerations Enumerator Properties Pages
foxit.fts.DocumentsSource Class Reference
Inheritance diagram for foxit.fts.DocumentsSource:
foxit.common.Base

Public Member Functions

 DocumentsSource (string directory)
 Constructor, with a directory. More...
 
 DocumentsSource (DocumentsSource other)
 Constructor, with another documents source object. More...
 
bool 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.

Constructor & Destructor Documentation

foxit.fts.DocumentsSource.DocumentsSource ( string  directory)
inline

Constructor, with a directory.

Parameters
[in]directoryA path string that represents a directory.
foxit.fts.DocumentsSource.DocumentsSource ( DocumentsSource  other)
inline

Constructor, with another documents source object.

Parameters
[in]otherAnother documents source object.

Member Function Documentation

bool foxit.fts.DocumentsSource.IsEmpty ( )
inline

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.