Public Member Functions | |
DocumentsSource (string directory) | |
Constructor, with a directory. More... | |
DocumentsSource (DocumentsSource other) | |
Constructor, with another DocumentsSource object. | |
bool | IsEmpty () |
Check whether current object is empty or not. More... | |
This class is used to represent a specified directory, which contains PDF files and user wants to search among these PDF files.
|
inline |
Constructor, with a directory.
directory | A path string that represents a directory. |
|
inline |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.