Value | Meaning |
---|---|
COREWEBVIEW2_PDF_TOOLBAR_ITEMS_NONE0x0 | No item |
COREWEBVIEW2_PDF_TOOLBAR_ITEMS_SAVE0x0001 | The save button |
COREWEBVIEW2_PDF_TOOLBAR_ITEMS_PRINT0x0002 | The print button |
COREWEBVIEW2_PDF_TOOLBAR_ITEMS_SAVE_AS0x0004 | The save as button |
COREWEBVIEW2_PDF_TOOLBAR_ITEMS_ZOOM_IN0x0008 | The zoom in button |
COREWEBVIEW2_PDF_TOOLBAR_ITEMS_ZOOM_OUT0x0010 | The zoom out button |
COREWEBVIEW2_PDF_TOOLBAR_ITEMS_ROTATE0x0020 | The rotate button |
COREWEBVIEW2_PDF_TOOLBAR_ITEMS_FIT_PAGE0x0040 | The fit page button |
COREWEBVIEW2_PDF_TOOLBAR_ITEMS_PAGE_LAYOUT0x0080 | The page layout button |
COREWEBVIEW2_PDF_TOOLBAR_ITEMS_BOOKMARKS0x0100 | The bookmarks button |
COREWEBVIEW2_PDF_TOOLBAR_ITEMS_PAGE_SELECTOR0x0200 | The page select button |
COREWEBVIEW2_PDF_TOOLBAR_ITEMS_SEARCH0x0400 | The search button |
COREWEBVIEW2_PDF_TOOLBAR_ITEMS_FULL_SCREEN0x0800 | The full screen button |
COREWEBVIEW2_PDF_TOOLBAR_ITEMS_MORE_SETTINGS0x1000 | The more settings button |
Specifies the PDF toolbar item types used for the ICoreWebView2Settings::put_HiddenPdfToolbarItems method.