Foxit PDF SDK
9.1
|
Invalidate all pages.
More...
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 | |
![]() | |
BOOL | swigCMemOwn |
void * | swigCPtr |
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.
- (void) dealloc |
Reimplemented from FSBase.
- (void*) getCptr |
Reimplemented from FSBase.
- (id) initWithCptr: | (void *) | cptr | |
swigOwnCObject: | (BOOL) | ownCObject | |
Reimplemented from FSBase.
- (id) initWithDirectory: | (NSString *) | directory |
Constructor, with a directory.
[in] | directory | A path string that represents a directory. |
- (id) initWithOther: | (FSDocumentsSource*) | other |
Constructor, with another documents source object.
[in] | other | Another documents source object. |
- (BOOL) isEmpty |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.
- (id) NS_UNAVAILABLE |