|
FoxitPDFSDKforWeb v11.0.4
Foxit PDF SDK for Web
|
Classes | |
| interface | AnnotId |
| Represents a unique identifier for an annotation within a PDF document. The identifier is composed of two components: the page index and the object number, both of which together ensure uniqueness within the document. More... | |
| interface | AnnotQuery |
| Represents a query targeting a specific annotation in the PDF. This interface defines the structure for querying a specific annotation. More... | |
| interface | BookmarkQuery |
| Represents a query targeting a specific bookmark in the PDF document. This interface defines the structure for querying a specific bookmark. More... | |
| interface | DocQuery |
| Represents a query targeting the entire PDF document. This interface defines the structure for querying the document level. More... | |
| class | FileSpec |
| interface | FormFieldQuery |
| Represents a query targeting a specific field in the PDF document. This interface defines the structure for querying a specific form field. More... | |
| interface | PageQuery |
| Represents a query targeting a specific page in the PDF document. This interface defines the structure for querying a specific page. More... | |
Variables | |
| type | PDFObjectQuery = DocQuery|PageQuery|AnnotQuery|FormFieldQuery|BookmarkQuery |
| Represents a query that can target various PDF objects. This type is a union of different query types that can be used to reference specific elements within a PDF document, including documents, pages, annotations, form widgets, form fields, and bookmarks. More... | |
Common namespace.
| type PDFObjectQuery = DocQuery|PageQuery|AnnotQuery|FormFieldQuery|BookmarkQuery |
Represents a query that can target various PDF objects. This type is a union of different query types that can be used to reference specific elements within a PDF document, including documents, pages, annotations, form widgets, form fields, and bookmarks.