The following tables list the members exposed by CalcPdfHitRectsJob.
Public Methods
Show:
No members matching the current filter
|
Public Method |
Description |
|---|---|
|
Compute the highlight rectangles. | |
|
True if any errors occurred during execution of the job. Check the JobErrorInfo Errors object for details. (Inherited from JobBase) |
Public Properties
Show:
No members matching the current filter
|
Public Property |
Description |
|---|---|
|
Format of the output hit rects data (must be zero) to allow for future changes if needed. | |
|
Contains any errors that occurred during execution of the job. (Inherited from JobBase) | |
|
Array of integers containing the highlight data, populated after Execute() returns. | |
|
The input PDF file to calculate hit rects for (if the PDF file does not exist on disk under the name returned in search results, set this field to the location where the file can be found). | |
|
The item in search results of the PDF file to calculate hit rects for | |
|
The SearchResults containing the item to calculate hit rects for. | |
|
Set to a non-zero value to make the job terminate automatically after a specified number of seconds. (Inherited from JobBase) |
See Also