Up |
_SetPdfPageMode
Set the page mode of a PDF document.
Prototype :
fun [ObjPdfDoc I] I
- ObjPdfDoc : a ObjPdfDoc object to detroy
- I : Page mode can be one of these following values :
- PDF_PAGE_MODE_EOF
- PDF_PAGE_MODE_FULLSCREEN
- PDF_PAGE_MODE_NONE
- PDF_PAGE_MODE_OUTLINE
- PDF_PAGE_MODE_THUMBS
Return : I 0 if success, NIL otherwise
See also :
Example :