Foxit PDF SDK
|
Public Member Functions | |
def | DocumentsSource (directory) |
Constructor, with a directory. More... | |
def | 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.
def FoxitPDFSDKPython3.DocumentsSource.DocumentsSource | ( | directory | ) |
Constructor, with a directory.
Constructor, with another documents source object.
[in] | directory | A path string that represents a directory. |
[in] | other | Another documents source object. |
def FoxitPDFSDKPython3.DocumentsSource.IsEmpty | ( | ) |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.