Foxit PDF SDK
FoxitPDFSDKPython2.DocumentsSource Class Reference
Inheritance diagram for FoxitPDFSDKPython2.DocumentsSource:
FoxitPDFSDKPython2.Base

Public Member Functions

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

◆ DocumentsSource() [1/2]

def FoxitPDFSDKPython2.DocumentsSource.DocumentsSource (   directory)

Constructor, with a directory.

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

◆ DocumentsSource() [2/2]

def FoxitPDFSDKPython2.DocumentsSource.DocumentsSource (   other)

Constructor, with another documents source object.

Parameters
[in]otherAnother documents source object.

Member Function Documentation

◆ IsEmpty()

def FoxitPDFSDKPython2.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.