Controlling the way the document shall be presented on the screen or in print.
More...
error_type CALLING_CONVENTION | ViewerPreferences_GetHideToolbar (ViewerPreferencesHandle *handle, BooleanObjectHandle **result) |
| A flag specifying whether to hide the conforming reader's tool bars when the document is active.
|
|
error_type CALLING_CONVENTION | ViewerPreferences_GetHideMenubar (ViewerPreferencesHandle *handle, BooleanObjectHandle **result) |
| A flag specifying whether to hide the conforming reader's menu bar when the document is active.
|
|
error_type CALLING_CONVENTION | ViewerPreferences_GetHideWindowUI (ViewerPreferencesHandle *handle, BooleanObjectHandle **result) |
| A flag specifying whether to hide user interface elements in the document's window (such as scroll bars and navigation controls), leaving only the document's contents displayed.
|
|
error_type CALLING_CONVENTION | ViewerPreferences_GetFitWindow (ViewerPreferencesHandle *handle, BooleanObjectHandle **result) |
| A flag specifying whether to resize the document's window to fit the size of the first displayed page.
|
|
error_type CALLING_CONVENTION | ViewerPreferences_GetCenterWindow (ViewerPreferencesHandle *handle, BooleanObjectHandle **result) |
| A flag specifying whether to position the document's window in the center of the screen.
|
|
error_type CALLING_CONVENTION | ViewerPreferences_GetDisplayDocTitle (ViewerPreferencesHandle *handle, BooleanObjectHandle **result) |
| A flag specifying whether the window's title bar should display the document title taken from the Title entry of the document information dictionary (see 14.3.3, "Document Information Dictionary").
|
|
error_type CALLING_CONVENTION | ViewerPreferences_GetNonFullScreenPageMode (ViewerPreferencesHandle *handle, NonFullScreenPageMode *result) |
| The document's page mode, specifying how to display the document on exiting full-screen mode.
|
|
error_type CALLING_CONVENTION | ViewerPreferences_GetDirection (ViewerPreferencesHandle *handle, ReadingOrder *result) |
| The predominant reading order for text.
|
|
error_type CALLING_CONVENTION | ViewerPreferences_GetViewArea (ViewerPreferencesHandle *handle, NameObjectHandle **result) |
| The name of the page boundary representing the area of a page that shall be displayed when viewing the document on the screen.
|
|
error_type CALLING_CONVENTION | ViewerPreferences_GetViewClip (ViewerPreferencesHandle *handle, NameObjectHandle **result) |
| The name of the page boundary to which the contents of a page shall be clipped when viewing the document on the screen.
|
|
error_type CALLING_CONVENTION | ViewerPreferences_GetPrintArea (ViewerPreferencesHandle *handle, NameObjectHandle **result) |
| The name of the page boundary representing the area of a page that shall be rendered when printing the document.
|
|
error_type CALLING_CONVENTION | ViewerPreferences_GetPrintClip (ViewerPreferencesHandle *handle, NameObjectHandle **result) |
| The name of the page boundary to which the contents of a page shall be clipped when printing the document.
|
|
error_type CALLING_CONVENTION | ViewerPreferences_GetPrintScaling (ViewerPreferencesHandle *handle, PrintScaling *result) |
| The page scaling option that shall be selected when a print dialog is displayed for this document.
|
|
error_type CALLING_CONVENTION | ViewerPreferences_GetDuplex (ViewerPreferencesHandle *handle, Duplex *result) |
| The paper handling option that shall be used when printing the file from the print dialog.
|
|
error_type CALLING_CONVENTION | ViewerPreferences_GetPickTrayByPDFSize (ViewerPreferencesHandle *handle, BooleanObjectHandle **result) |
| A flag specifying whether the PDF page size shall be used to select the input paper tray.
|
|
error_type CALLING_CONVENTION | ViewerPreferences_GetPrintPageRange (ViewerPreferencesHandle *handle, PageRangeHandle **result) |
| The page numbers used to initialize the print dialog box when the file is printed.
|
|
error_type CALLING_CONVENTION | ViewerPreferences_GetNumCopies (ViewerPreferencesHandle *handle, IntegerObjectHandle **result) |
| The number of copies that shall be printed when the print dialog is opened for this file.
|
|
error_type CALLING_CONVENTION | ViewerPreferences_Release (ViewerPreferencesHandle *handle) |
| Decrement the internal reference counter.
|
|
Controlling the way the document shall be presented on the screen or in print.
- See also
- CatalogHandle