1#ifndef _C_VIEWER_PREFERENCES_H
2#define _C_VIEWER_PREFERENCES_H
52 NonFullScreenPageMode_Undefined = 0,
79 ReadingOrder_Undefined = 0,
100 PrintScaling_Undefined = 0,
120 Duplex_Undefined = 0,
This file contains macro declarations for importing and exporting symbols from library boundaries.
This file contains all type forward declarations returned by the library API.
This file contains types and constants used as parameters or return values.
ReadingOrder
The predominant reading order for text.
Definition c_viewer_preferences.h:78
@ ReadingOrder_LeftToRight
Left to right.
Definition c_viewer_preferences.h:84
@ ReadingOrder_RightToLeft
Right to left (including vertical writing systems, such as Chinese, Japanese, and Korean).
Definition c_viewer_preferences.h:91
PrintScaling
The page scaling option that shall be selected when a print dialog is displayed for this document.
Definition c_viewer_preferences.h:99
@ PrintScaling_AppDefault
Indicates the conforming reader's default print scaling.
Definition c_viewer_preferences.h:106
@ PrintScaling_None
No page scaling.
Definition c_viewer_preferences.h:111
Duplex
The paper handling option that shall be used when printing the file from the print dialog.
Definition c_viewer_preferences.h:119
@ Duplex_DuplexFlipLongEdge
Duplex and flip on the long edge of the sheet.
Definition c_viewer_preferences.h:135
@ Duplex_DuplexFlipShortEdge
Duplex and flip on the short edge of the sheet.
Definition c_viewer_preferences.h:130
@ Duplex_Simplex
Print single-sided.
Definition c_viewer_preferences.h:125
NonFullScreenPageMode
The document's page mode, specifying how to display the document on exiting full-screen mode.
Definition c_viewer_preferences.h:51
@ NonFullScreenPageMode_UseThumbs
Thumbnail images visible.
Definition c_viewer_preferences.h:67
@ NonFullScreenPageMode_UseOC
Optional content group panel visible.
Definition c_viewer_preferences.h:72
@ NonFullScreenPageMode_UseNone
Neither document outline nor thumbnail images visible.
Definition c_viewer_preferences.h:57
@ NonFullScreenPageMode_UseOutlines
Document outline visible.
Definition c_viewer_preferences.h:62
Boolean objects represent the logical values of true and false.
Integer objects represent mathematical integers.
A name object is an atomic symbol uniquely defined by a sequence of characters.
Collection of PageSubRangeHandle.
error_type CALLING_CONVENTION PageRange_GetSubrange(PageRangeHandle *handle, size_type at, PageSubRangeHandle **result)
Get sub-range at index at.
error_type CALLING_CONVENTION PageRange_Release(PageRangeHandle *handle)
Decrement the internal reference counter.
error_type CALLING_CONVENTION PageRange_GetSize(PageRangeHandle *handle, size_type *result)
Get size of the collections.
Specifies first and last page number of defined range.
error_type CALLING_CONVENTION PageSubRange_GetLastPage(PageSubRangeHandle *handle, IntegerObjectHandle **result)
Get the index of last last page in the sub-range.
error_type CALLING_CONVENTION PageSubRange_Release(PageSubRangeHandle *handle)
Decrement the internal reference counter.
error_type CALLING_CONVENTION PageSubRange_GetFirstPage(PageSubRangeHandle *handle, IntegerObjectHandle **result)
Get the index of first last page in the sub-range.
Controlling the way the document shall be presented on the screen or in print.
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_GetDirection(ViewerPreferencesHandle *handle, ReadingOrder *result)
The predominant reading order for text.
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_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_GetDisplayDocTitle(ViewerPreferencesHandle *handle, BooleanObjectHandle **result)
A flag specifying whether the window's title bar should display the document title taken from the Tit...
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_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_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_GetViewArea(ViewerPreferencesHandle *handle, NameObjectHandle **result)
The name of the page boundary representing the area of a page that shall be displayed when viewing th...
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 docum...
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_GetHideWindowUI(ViewerPreferencesHandle *handle, BooleanObjectHandle **result)
A flag specifying whether to hide user interface elements in the document's window (such as scroll ba...
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_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_GetPrintArea(ViewerPreferencesHandle *handle, NameObjectHandle **result)
The name of the page boundary representing the area of a page that shall be rendered when printing th...
error_type CALLING_CONVENTION ViewerPreferences_Release(ViewerPreferencesHandle *handle)
Decrement the internal reference counter.
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 docu...
uint32_t error_type
This is return value type of all API functions.
Definition c_types.h:25
uint32_t size_type
Size type defined in standard library.
Definition c_types.h:62