_SetPdfLayoutMode
Set the layout 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_LAYOUT_EOF
- PDF_PAGE_LAYOUT_ONE_COLUMN
- PDF_PAGE_LAYOUT_SINGLE
- PDF_PAGE_LAYOUT_TWO_COLUMN_LEFT
- PDF_PAGE_LAYOUT_TWO_COLUMN_RIGHT
- PDF_PAGE_LAYOUT_TWO_PAGE_LEFT
- PDF_PAGE_LAYOUT_TWO_PAGE_RIGHT
Return : I 0 if success, NIL otherwise
See also :
Example :
Note :