Foxit PDF SDK  9.1
FSDocumentsSource Class Reference

Invalidate all pages.
More...

Inheritance diagram for FSDocumentsSource:
FSBase

Instance Methods

(void) - dealloc
 
(void *) - getCptr
 
(id) - initWithCptr:swigOwnCObject:
 
(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...
 
(id) - NS_UNAVAILABLE
 

Additional Inherited Members

- Protected Attributes inherited from FSBase
BOOL swigCMemOwn
 
void * swigCPtr
 

Detailed Description

Invalidate all pages.

Invalidate current page.

This class is used to represent a specified directory, which contains PDF files and user wants to search among these PDF files.

Method Documentation

◆ dealloc

- (void) dealloc

Reimplemented from FSBase.

◆ getCptr

- (void*) getCptr

Reimplemented from FSBase.

◆ initWithCptr:swigOwnCObject:

- (id) initWithCptr: (void *)  cptr
swigOwnCObject: (BOOL)  ownCObject 

Reimplemented from FSBase.

◆ 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.

◆ NS_UNAVAILABLE

- (id) NS_UNAVAILABLE