error_type CALLING_CONVENTION | Catalog_GetPages (CatalogHandle *handle, PageTreeHandle **result) |
| The root of the document's page tree (see 7.7.3, "Page Tree").
|
|
error_type CALLING_CONVENTION | Catalog_GetPageLabels (CatalogHandle *handle, PageLabelsHandle **result) |
| A number tree defining the page labelling for the document (see 12.4.2, "Page Labels").
|
|
error_type CALLING_CONVENTION | Catalog_GetPageLayout (CatalogHandle *handle, PageLayout *result) |
| Page layout which shall be used when the document is opened.
|
|
error_type CALLING_CONVENTION | Catalog_GetVersion (CatalogHandle *handle, PDFVersion *result) |
| The version of the PDF specification to which the document conforms if later than the version specified in the file's header.
|
|
error_type CALLING_CONVENTION | Catalog_GetExtensions (CatalogHandle *handle, DeveloperExtensionsHandle **result) |
| An extensions dictionary containing developer prefix identification and version numbers for developer extensions that occur in this document.
|
|
error_type CALLING_CONVENTION | Catalog_GetViewerPreferences (CatalogHandle *handle, ViewerPreferencesHandle **result) |
| The way the document shall be displayed on the screen.
|
|
error_type CALLING_CONVENTION | Catalog_GetOutlines (CatalogHandle *handle, OutlineHandle **result) |
| Root of the document's outline hierarchy (see 12.3.3, "Document Outline").
|
|
error_type CALLING_CONVENTION | Catalog_GetDestinations (CatalogHandle *handle, NamedDestinationsHandle **result) |
| A dictionary of names and corresponding destinations (see 12.3.2.3, "Named Destinations").
|
|
error_type CALLING_CONVENTION | Catalog_GetAcroForm (CatalogHandle *handle, InteractiveFormHandle **result) |
| The document's interactive form (see 12.7, "Interactive Forms").
|
|
error_type CALLING_CONVENTION | Catalog_ToUnknown (CatalogHandle *handle, IUnknownHandle **result) |
| Reinterpret current object as IUnknownHandle.
|
|
error_type CALLING_CONVENTION | Catalog_FromUnknown (IUnknownHandle *handle, CatalogHandle **result) |
| Convert IUnknownHandle to CatalogHandle.
|
|
error_type CALLING_CONVENTION | Catalog_Release (CatalogHandle *handle) |
| Decrement the internal reference counter.
|
|
The root of a document's object hierarchy.
- See also
- DocumentHandle
- Examples
- extract.c.