• Offizieller Beitrag

    Hi,

    this can be done using the command with ID COMPDF_SelectControls (50).

    The integer parameter is a bitfield:
    bit 1: vertical scrollbar
    bit 2: horizontal scrollbar
    bit 3: view panel (zooming)
    bit 4: navigation pane (next page ...)
    bit 5: property panel: ?

    To execute a command you can use SendMessage( viewerhandle,
    WM_PDF_COMMAND, commandid, param)

    WM_PDF_COMMANDSTR = $0400 + 77

    I hope this helps,

    Julian