Foxit PDF SDK
FSDocumentsSource Class Reference
Inheritance diagram for FSDocumentsSource:
FSBase

Instance Methods

(id) - initWithDirectory:
 Constructor, with a directory.
More...
 
(id) - initWithOther:
 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.

Method Documentation

◆ initWithDirectory:()

- (id) initWithDirectory: (NSString *)  directory

Constructor, with a directory.

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

◆ initWithOther:()

- (id) initWithOther: (FSDocumentsSource*)  other

Constructor, with another documents source object.

Parameters
[in]otherAnother documents source object.

◆ isEmpty()

- (BOOL) isEmpty

Check whether current object is empty or not.

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

Returns
YES means current object is empty, while NO means not.