ViewZoomSel Method

Build 1501 on 14/Nov/2017  This topic last edited on: 23/Mar/2016, at 12:17

Description

Zoom to the current page selection

Syntax

Page.ViewZoomSel (bln1, dim2)

bln1        

If true, it tries to center the selection on screen.

Border to be left around the selection

Remarks

Returns error code.

Example

  <ShellCommand(CanExecute:="Ena_IsWindowActive")> _

  Public Sub ViewZoomSel()

    Page.ViewZoomSel(True, 52000)

  End Sub

Context

Page designer

See also

ViewZoomFit, ViewZoomSel

ViewZoomIn, ViewZoomOut

ViewZoomLazo, ViewZoomPct