'Declaration
Public Sub Execute( _ ByVal pageView As PDFPageView _ )
'Usage
Dim instance As PDFBookmark Dim pageView As PDFPageView instance.Execute(pageView)
public void Execute( PDFPageView pageView )
public: void Execute( PDFPageView* pageView )
public: void Execute( PDFPageView^ pageView )
Parameters
- pageView
- The pages view on which the bookmark action or destination is executed.