Previous Document Next Document

Object Model Reference : Classes : U : URL : Properties : URL.BookMark


URL.BookMark

Property BookMark As String

Description

Member of URL

The BookMark property returns or specifies a bookmark for a URL.

VBA example

The following VBA example creates an ellipse on the active layer and assigns a bookmark to that ellipse.

Sub Test()
 ActivePage.ActiveLayer.CreateEllipse 2, 3, 4, 5
 ActiveShape.URL.BookMark = "Page 1"
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.